Skip to content

Commit

Permalink
Add TODO(tsoding#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Nov 14, 2019
1 parent 6259811 commit e7cd401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bot/CustomCommand.hs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ customCommandByName name =
fmap listToMaybe $
selectEntities Proxy $ Filter (PropertyEquals "name" $ PropertyText name) All

-- TODO: CRUD custom command should update help page now they're listed there as well.
-- TODO(#815): CRUD custom command should update help page now they're listed there as well.
addCustomCommand :: CommandTable -> Reaction Message (T.Text, T.Text)
addCustomCommand builtinCommands =
Reaction $ \Message {messageSender = sender, messageContent = (name, message)} -> do
Expand Down

0 comments on commit e7cd401

Please sign in to comment.