We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5d004 commit 0246234Copy full SHA for 0246234
src/Bot/CustomCommand.hs
@@ -56,7 +56,7 @@ customCommandByName name =
56
fmap listToMaybe $
57
selectEntities Proxy $ Filter (PropertyEquals "name" $ PropertyText name) All
58
59
--- TODO: Add custom command should update help page now they're listed there as well.
+-- TODO: CRUD custom command should update help page now they're listed there as well.
60
addCustomCommand :: CommandTable -> Reaction Message (T.Text, T.Text)
61
addCustomCommand builtinCommands =
62
Reaction $ \Message {messageSender = sender, messageContent = (name, message)} -> do
0 commit comments