Skip to content

Commit b49d5c0

Browse files
committed
Comment out setup() of games cog
The games cog is causing crashes right now, probably because someone deleted one or all of the team roles.
1 parent d68fe65 commit b49d5c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bot/exts/games.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,6 @@ async def status(self, ctx: commands.Context) -> None:
388388
await ctx.reply(embed=embed)
389389

390390

391-
async def setup(bot: SirRobin) -> None:
392-
"""Load the PydisGames cog."""
393-
await bot.add_cog(PydisGames(bot))
391+
# async def setup(bot: SirRobin) -> None:
392+
# """Load the PydisGames cog."""
393+
# await bot.add_cog(PydisGames(bot))

0 commit comments

Comments
 (0)