Переглянути джерело

removed another useless comment.

tags/v1.4.0
roxie 6 роки тому
джерело
коміт
3d6ab2601f
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      cogs/trivia.py

+ 1
- 1
cogs/trivia.py Переглянути файл

@@ -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:

Завантаження…
Відмінити
Зберегти