1
0
Fork 0
mirror of synced 2024-06-23 08:40:41 +12:00

Added required setup function

This commit is contained in:
Phxntxm 2016-08-14 18:27:03 -05:00
parent 1759548e1b
commit 53e593db4e

View file

@ -126,3 +126,6 @@ class Hangman:
else:
game = self.create(msg.content, ctx)
await self.bot.say("Alright, a hangman game has just started, you can start guessing now!\n{}".format(str(game)))
def setup(bot):
bot.add_cog(Hangman(bot))