소스 검색

better code for trivia

tags/v1.8.0
Roxie Gibson 6 년 전
부모
커밋
82a8907e91
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roxbot/cogs/trivia.py

+ 1
- 1
roxbot/cogs/trivia.py 파일 보기

@@ -174,7 +174,7 @@ class Trivia:
for x in range(amount):
await message.add_reaction(self.emojis[x])

async def game(self, ctx, channel, questions, *, mobile_comp=False):
async def game(self, ctx, channel, questions, *, mobile_comp=False, solo=False):
# For loop all the questions for the game, Maybe I should move the game dictionary here instead.
question_count = 1
for question in questions:

Loading…
취소
저장