Skip to content

Commit 0246234

Browse files
committed
Better description of the todo item
1 parent 3d5d004 commit 0246234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bot/CustomCommand.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +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.
59+
-- TODO: CRUD custom command should update help page now they're listed there as well.
6060
addCustomCommand :: CommandTable -> Reaction Message (T.Text, T.Text)
6161
addCustomCommand builtinCommands =
6262
Reaction $ \Message {messageSender = sender, messageContent = (name, message)} -> do

0 commit comments

Comments
 (0)