Skip to content

Commit

Permalink
[Tournaments] Remove unecessary check on start
Browse files Browse the repository at this point in the history
  • Loading branch information
laggron42 committed May 22, 2021
1 parent 5c6a386 commit 42f3f57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tournaments/games.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ async def check_for_channel_timeout(self, message: discord.Message):
@mod_or_to()
@commands.command()
@commands.guild_only()
@checks.mod_or_permissions(administrator=True)
async def start(self, ctx: commands.Context):
"""
Starts the tournament.
Expand Down

0 comments on commit 42f3f57

Please sign in to comment.