tlaskey / JanMichaelBot

Can I get a Jan Michael Vincent?! Discord Bot
Other
2 stars 0 forks source link

Tic Tac Toe Refactor #22

Closed tlaskey closed 4 years ago

tlaskey commented 4 years ago
  1. Delete previous game board messages to reduce channel message amount.
  2. Randomize who goes first in Tic Tac Toe.
  3. setTimeout if a game is started but not accepted after 60 seconds.
  4. Refactor !tac help command to follow best practices #21