aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2020-04-07(Constants, TicTacToe): Added number emojis that will be shown in board and ↵Gravatar ks129-0/+13
in reactions.
2020-04-07(TicTacToe): Added new player-about variables to `Game` class.Gravatar ks129-0/+6
2020-04-07(TicTacToe): Replaced `discord.User` with `Player` in `Game` class signature.Gravatar ks129-1/+1
2020-04-07(TicTacToe): Added `ctx` variable to `Player` class.Gravatar ks129-1/+2
2020-04-07(TicTacToe): Created `Game` classGravatar ks129-1/+12
2020-04-07(TicTacToe): Created `Player` classGravatar ks129-0/+8