tenebrous-dicebot/src/cthulhu
projectmoon 495df13fe6
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
Do not automatically create accounts; use enum to show this instead.
Instead of automatically creating a user account entry for any user
executing a command, we use an Account enum which covers both
registered and "transient" unregistered users. If a user registers,
the context has the actual user instance available, with state and
everything. If a user is unregistered, then the account is considered
transient for the request, with only the username available.
2021-05-26 14:20:18 +00:00
..
dice.rs Do not automatically create accounts; use enum to show this instead. 2021-05-26 14:20:18 +00:00
mod.rs Move some declaration-only modules to mod.rs files in folders. 2021-05-21 14:30:46 +00:00
parser.rs Consolidate dice and variable parsers under parser module. 2021-05-21 14:44:03 +00:00