CSI-280 / Pandoras-Bot

A Discord Bot that plays multiple games and records stats
0 stars 1 forks source link

Tictactoe is implemented as well as some other structural things for the bot. #15

Closed Gumbachi closed 4 years ago

Gumbachi commented 4 years ago

The bot should now be in a position where a leveling system can be easily implemented. File structure is laid out pretty clearly now. Classes like Guild and Member are now added and should help hold and deal with the bot's data. The structure for error handling is also set up.