From 134321617b8b34de53b39be07f037352ee54a3e1 Mon Sep 17 00:00:00 2001 From: insert Date: Sat, 10 Aug 2024 15:24:57 -0400 Subject: [PATCH] Update --- gameutils.py | 1 - speechbubble.py | 1 - 2 files changed, 2 deletions(-) diff --git a/gameutils.py b/gameutils.py index b83a8af..a6e30cc 100644 --- a/gameutils.py +++ b/gameutils.py @@ -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): diff --git a/speechbubble.py b/speechbubble.py index d8c589d..6f33078 100644 --- a/speechbubble.py +++ b/speechbubble.py @@ -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):