From f958fc0e8a0de9893078ff3182775e17ea78b512 Mon Sep 17 00:00:00 2001 From: FO-nTTaX Date: Thu, 6 Oct 2022 23:01:32 +0200 Subject: [PATCH] add some sanity checking --- ftsbot/cogs/wikicommands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ftsbot/cogs/wikicommands.py b/ftsbot/cogs/wikicommands.py index a2c6eae..2caefa7 100644 --- a/ftsbot/cogs/wikicommands.py +++ b/ftsbot/cogs/wikicommands.py @@ -38,7 +38,6 @@ async def pendingchanges(self, interaction: discord.Interaction, wiki: typing.Op ) @app_commands.autocomplete(wiki=autocomplete.wiki) async def unreviewedpages(self, interaction: discord.Interaction, wiki: typing.Optional[str]): - print(type(interaction.channel)) usewiki = None if wiki in data.wikis: usewiki = wiki