1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00

Add a setup method

This commit is contained in:
Phxntxm 2017-03-27 21:56:20 -05:00
parent 24a23f1277
commit 08980f4cbb

View file

@ -104,3 +104,6 @@ class Game:
return random.SystemRandom().choice(self.entrants)
except IndexError:
return None
def setup(bot):
bot.add_cog(Roulette(bot))