Updated Roadmap (markdown)

ProjectMoon 2020-11-01 21:51:17 +00:00
parent fd79ed33c9
commit 503d3c6bd5
1 changed files with 1 additions and 0 deletions

@ -33,6 +33,7 @@ Allow the user to manage the dicebot in a direct message. The user should be abl
This will require some internal changes:
* Dicebot must now be aware of what room a user is managing in a direct message. This may be the first introduction of a proper state struct for users in the database. Possibly new keyspace `state`, with just a key name of username.
* Commands must be aware of if they are being executed in a direct message or a regular room. Probably easiest to add this property to the `Context` object.
## Intermediate