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 c04d03f commit 04baa48Copy full SHA for 04baa48
src/Bot.hs
@@ -86,7 +86,7 @@ builtinCommands =
86
( "Get a quote from the quote database"
87
, $githubLinkLocationStr
88
, cmapR (readMaybe . T.unpack) quoteCommand))
89
- , ( "updateffz"
+ , ( "updateffz"
90
, mkBuiltinCommand
91
( "Update FFZ cache"
92
@@ -136,7 +136,7 @@ builtinCommands =
136
( "Show stream uptime"
137
138
, cmapR (const ()) uptimeCommand))
139
- , ( "addperiodic"
+ , ( "addperiodic"
140
141
( "Add periodic command"
142
0 commit comments