We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68fe65 commit b49d5c0Copy full SHA for b49d5c0
1 file changed
bot/exts/games.py
@@ -388,6 +388,6 @@ async def status(self, ctx: commands.Context) -> None:
388
await ctx.reply(embed=embed)
389
390
391
-async def setup(bot: SirRobin) -> None:
392
- """Load the PydisGames cog."""
393
- await bot.add_cog(PydisGames(bot))
+# async def setup(bot: SirRobin) -> None:
+# """Load the PydisGames cog."""
+# await bot.add_cog(PydisGames(bot))
0 commit comments