You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uqcsbot should definitely have a cog for playing bingo. Each player who joins gets a randomly generated bingo card containing various events to happen. Once someone gets a bingo, then uqcsbot should broadcast that in the games channel.
Some other points:
Ideally, items could be stored in the database so more can be added without changing code As mentioned by Andrew below, let's store the items in a separate file rather than the db.
Some decent style interface to mark items off, probably using new Discord app command features.
This was written as an idea off the top of my head, so discussion and changes to the idea are very welcome
The text was updated successfully, but these errors were encountered:
My preference would be for items in code in a configuration file (cc: haiku exceptions) because let's be honest, the barrier-for-entry on changing the code is significantly lower than the barrier-for-entry on twiddling the DB...
uqcsbot should definitely have a cog for playing bingo. Each player who joins gets a randomly generated bingo card containing various events to happen. Once someone gets a bingo, then uqcsbot should broadcast that in the games channel.
Some other points:
Ideally, items could be stored in the database so more can be added without changing codeAs mentioned by Andrew below, let's store the items in a separate file rather than the db.This was written as an idea off the top of my head, so discussion and changes to the idea are very welcome
The text was updated successfully, but these errors were encountered: