tenebrous-dicebot/src/commands
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
..
basic_rolling.rs Localize all command parsing code into trait impls. 2021-05-25 23:55:50 +00:00
cofd.rs Localize all command parsing code into trait impls. 2021-05-25 23:55:50 +00:00
cthulhu.rs Localize all command parsing code into trait impls. 2021-05-25 23:55:50 +00:00
management.rs Localize all command parsing code into trait impls. 2021-05-25 23:55:50 +00:00
misc.rs Localize all command parsing code into trait impls. 2021-05-25 23:55:50 +00:00
mod.rs Do not automatically create accounts; use enum to show this instead. 2021-05-26 14:20:18 +00:00
parser.rs Localize all command parsing code into trait impls. 2021-05-25 23:55:50 +00:00
variables.rs Localize all command parsing code into trait impls. 2021-05-25 23:55:50 +00:00