Skip to content

Commit e7cd401

Browse files
committed
Add TODO(#815)
1 parent 6259811 commit e7cd401

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: CRUD custom command should update help page now they're listed there as well.
59+
-- TODO(#815): 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)