updates
This commit is contained in:
parent
c783395a6d
commit
8c87a540e8
@ -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)
|
@ -20,4 +20,4 @@
|
|||||||
"game",
|
"game",
|
||||||
"bobloy"
|
"bobloy"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
from redbot.core import commands
|
from redbot.core import commands
|
||||||
|
|
||||||
|
|
||||||
@ -9,7 +8,7 @@ class SecretHitler:
|
|||||||
|
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|
||||||
@commands.group()
|
@commands.group()
|
||||||
async def secrethitler(self, ctx: commands.Context):
|
async def secrethitler(self, ctx: commands.Context):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user