This commit is contained in:
bobloy 2018-10-09 10:09:50 -04:00
parent c783395a6d
commit 8c87a540e8
3 changed files with 4 additions and 4 deletions

View File

@ -2,4 +2,5 @@ from .secrethitler import SecretHitler
def setup(bot): def setup(bot):
bot.add_cog(SecretHitler(bot)) hitler = SecretHitler(bot)
bot.add_cog(hitler)

View File

@ -1,4 +1,3 @@
from redbot.core import commands from redbot.core import commands