Teg3z / Wheel-of-Luck

The wheel chooses the game for you and your friends on Discord tonight!
0 stars 0 forks source link

Implement games addition by user via DC #40

Closed Teg3z closed 1 month ago

Teg3z commented 1 month ago

Added a few new Discord commands for the users to add/remove games from the main game list.

Also deleted global variable games in the discord_bot.py since now we update the game list in the db and so the global variable would have to keep up with it, which i dont think is efficient.

Resolves #39

Teg3z commented 1 month ago

Fixed the white spaces and long lines, so gonna merge now.

The branching in the main file and discord_bot file can be fixed in the future.