Closed corndogit closed 5 months ago
Only one quiz can be run at a time, since the self.game set in QuizCommands is shared between servers. Find a way to map guilds to which game, voice channel, etc they are using
Have added a dict to store key-value pairs of guild IDs and 'Game' which contains a message receiver (webhook or thread) and quiz service instances
Only one quiz can be run at a time, since the self.game set in QuizCommands is shared between servers. Find a way to map guilds to which game, voice channel, etc they are using