@mpsparrow The trivia logic works so far, however there are some problems with the parallelization. The bot still seems to block until the self.bot.wait_for() is done, and during that it does nothing. Or maybe it's just lag. However I know that it doesn't work across servers. Turns out it actually works, I just hadn't enabled the trivia plugin on the other server
Please pull the trivia branch and run the trivia on your bot and see if the problems I have are just due to extreme lag.
Things to test:
[x] Trivia starts
[ ] The bot will not start another trivia game if there is one running in this guild
[ ] The bot can still perform other commands while trivia is running
@mpsparrow The trivia logic works so far, however there are some problems with the parallelization. The bot still seems to block until the
self.bot.wait_for()
is done, and during that it does nothing. Or maybe it's just lag.However I know that it doesn't work across servers.Turns out it actually works, I just hadn't enabled the trivia plugin on the other serverPlease pull the trivia branch and run the trivia on your bot and see if the problems I have are just due to extreme lag.
Things to test: