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.
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