This commit is contained in:
insert 2024-08-10 15:24:57 -04:00
parent 70170deb81
commit 134321617b
Signed by: insert
GPG key ID: A70775C389ACF105
2 changed files with 0 additions and 2 deletions

View file

@ -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):

View file

@ -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):