Просмотр исходного кода

removed another useless comment.

tags/v1.4.0
roxie 6 лет назад
Родитель
Сommit
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:

Загрузка…
Отмена
Сохранить