diff --git a/Roadmap.md b/Roadmap.md index a344eb5..a0c38c8 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -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