Pārlūkot izejas kodu

better code for trivia

tags/v1.8.0
Roxie Gibson pirms 6 gadiem
vecāks
revīzija
82a8907e91
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      roxbot/cogs/trivia.py

+ 1
- 1
roxbot/cogs/trivia.py Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt