Update
This commit is contained in:
parent
70170deb81
commit
134321617b
2 changed files with 0 additions and 2 deletions
|
@ -41,7 +41,6 @@ class gameutils(commands.Cog):
|
|||
|
||||
def __init__(self, bot: commands.Bot):
|
||||
self.bot = bot
|
||||
bot.add_view(GameView())
|
||||
|
||||
@commands.Cog.listener('on_ready')
|
||||
async def gameready(self):
|
||||
|
|
|
@ -115,7 +115,6 @@ class speechbubble(commands.Cog):
|
|||
|
||||
def __init__(self, bot: commands.Bot):
|
||||
self.bot = bot
|
||||
bot.add_view(ApplicationView(bot))
|
||||
|
||||
@commands.Cog.listener('on_ready')
|
||||
async def bubbleready(self):
|
||||
|
|
Loading…
Reference in a new issue