Skip to content

Commit 3d5d004

Browse files
committed
Documented a todo item for future work
1 parent c79ec05 commit 3d5d004

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Bot/CustomCommand.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ customCommandByName name =
5656
fmap listToMaybe $
5757
selectEntities Proxy $ Filter (PropertyEquals "name" $ PropertyText name) All
5858

59+
-- TODO: Add custom command should update help page now they're listed there as well.
5960
addCustomCommand :: CommandTable -> Reaction Message (T.Text, T.Text)
6061
addCustomCommand builtinCommands =
6162
Reaction $ \Message {messageSender = sender, messageContent = (name, message)} -> do

0 commit comments

Comments
 (0)