Parcourir la source

better code for trivia

tags/v1.8.0
Roxie Gibson il y a 6 ans
Parent
révision
82a8907e91
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      roxbot/cogs/trivia.py

+ 1
- 1
roxbot/cogs/trivia.py Voir le fichier

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

Chargement…
Annuler
Enregistrer