Skip to content

Commit

Permalink
add some sanity checking
Browse files Browse the repository at this point in the history
  • Loading branch information
FO-nTTaX committed Oct 6, 2022
1 parent 1e80f07 commit f958fc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ftsbot/cogs/wikicommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f958fc0

Please sign in to comment.