Removing more stuff relating to stuff still in development.

This commit is contained in:
NikolajDanger
2021-03-28 15:53:51 +02:00
parent 0ca0dcfb30
commit cdf2d7776e
14 changed files with 0 additions and 115 deletions

View File

@ -39,8 +39,6 @@ class ReactionCog(commands.Cog):
else:
imdbName = imdbIds[showPick-1]
await self.client.bedreNetflix.addShow(channel,imdbName)
elif self.client.funcs.monopolyReactionTest(channel,message):
await self.client.gameLoops.runMonopoly(channel,"roll","#"+str(user.id))
elif self.client.funcs.hangmanReactionTest(channel,message) and ord(reaction.emoji) in range(127462,127488):
guess = chr(ord(reaction.emoji)-127397)
await self.client.gameLoops.runHangman(channel,"#"+str(user.id),command="guess "+guess)