Skip to content

Commit

Permalink
Added return True to interaction check
Browse files Browse the repository at this point in the history
  • Loading branch information
FirePlank committed Nov 5, 2023
1 parent 1221911 commit 496153a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/extensions/clashofcode/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ async def interaction_check(self, interaction: core.InteractionType):
"You need to be in the Clash Of Code channel to use this command", ephemeral=True
)
return False
return True


async def setup(bot: core.DiscordBot):
Expand Down

0 comments on commit 496153a

Please sign in to comment.