Browse Source

removed another useless comment.

tags/v1.4.0
roxie 6 years ago
parent
commit
3d6ab2601f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cogs/trivia.py

+ 1
- 1
cogs/trivia.py View File

@@ -184,7 +184,7 @@ class Trivia:
self.games[channel.id]["players_answered"].append(user.id)
if reaction.emoji == self.emojis[self.games[channel.id]["correct_answer"]]:
self.games[channel.id]["correct_users"][user.id] = time
return # Maybe add something removing reactions if they are not allowed.
return
else:
return await message.remove_reaction(reaction, user)
else:

Loading…
Cancel
Save