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