aniket091 / Gamecord

Discord Gamecord is a powerful npm package with a collection of minigames for your discord bot :)
https://discord-gamecord.js.org/
MIT License
101 stars 37 forks source link

[BUG] Tic Tac Toe #9

Closed REMOOO closed 1 year ago

REMOOO commented 1 year ago

in line 115 if (!this.gameBoard.includes(0)) return this.gameBoard(msg, 'tie');

retrouser955 commented 1 year ago

Fixed here

aniket091 commented 1 year ago

Fixed in the latest version. :D