hard-brain / hard-brain-bot

A Discord bot for generating Beatmania IIDX music quizzes
MIT License
0 stars 0 forks source link

Stop information about quizzes being shared between server #14

Closed corndogit closed 5 months ago

corndogit commented 6 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

corndogit commented 5 months ago

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