updates
This commit is contained in:
parent
c783395a6d
commit
8c87a540e8
@ -2,4 +2,5 @@ from .secrethitler import SecretHitler
|
||||
|
||||
|
||||
def setup(bot):
|
||||
bot.add_cog(SecretHitler(bot))
|
||||
hitler = SecretHitler(bot)
|
||||
bot.add_cog(hitler)
|
@ -20,4 +20,4 @@
|
||||
"game",
|
||||
"bobloy"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -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):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user