Browse Source

better code for trivia

tags/v1.8.0
Roxie Gibson 6 years ago
parent
commit
82a8907e91
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roxbot/cogs/trivia.py

+ 1
- 1
roxbot/cogs/trivia.py View File

@@ -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…
Cancel
Save