Updated Roadmap (markdown)
parent
fd79ed33c9
commit
503d3c6bd5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue