diff --git a/secrethitler/__init__.py b/secrethitler/__init__.py index 8b737c1..06a4d00 100644 --- a/secrethitler/__init__.py +++ b/secrethitler/__init__.py @@ -2,4 +2,5 @@ from .secrethitler import SecretHitler def setup(bot): - bot.add_cog(SecretHitler(bot)) \ No newline at end of file + hitler = SecretHitler(bot) + bot.add_cog(hitler) \ No newline at end of file diff --git a/secrethitler/info.json b/secrethitler/info.json index 72f7d74..6c775dd 100644 --- a/secrethitler/info.json +++ b/secrethitler/info.json @@ -20,4 +20,4 @@ "game", "bobloy" ] -} \ No newline at end of file +} diff --git a/secrethitler/secrethitler.py b/secrethitler/secrethitler.py index 43e78a8..0d1626c 100644 --- a/secrethitler/secrethitler.py +++ b/secrethitler/secrethitler.py @@ -1,4 +1,3 @@ - from redbot.core import commands @@ -9,7 +8,7 @@ class SecretHitler: def __init__(self, bot): self.bot = bot - + @commands.group() async def secrethitler(self, ctx: commands.Context): """