소스 검색

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:

Loading…
취소
저장