From 503d3c6bd5430cb66272ec936b64e534b8530903 Mon Sep 17 00:00:00 2001 From: ProjectMoon Date: Sun, 1 Nov 2020 21:51:17 +0000 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 1 + 1 file changed, 1 insertion(+) 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