diff --git a/src/Bot.hs b/src/Bot.hs index 8ad878a..87d8369 100644 --- a/src/Bot.hs +++ b/src/Bot.hs @@ -86,16 +86,6 @@ builtinCommands = ( "Get a quote from the quote database" , $githubLinkLocationStr , cmapR (readMaybe . T.unpack) quoteCommand)) - , ( "bttv" - , mkBuiltinCommand - ( "Show all available BTTV emotes" - , $githubLinkLocationStr - , cmapR (const ()) bttvCommand)) - , ( "ffz" - , mkBuiltinCommand - ( "Show all available FFZ emotes" - , $githubLinkLocationStr - , cmapR (const ()) ffzCommand)) , ( "updateffz" , mkBuiltinCommand ( "Update FFZ cache" @@ -146,11 +136,6 @@ builtinCommands = ( "Show stream uptime" , $githubLinkLocationStr , cmapR (const ()) uptimeCommand)) - , ( "rq" - , mkBuiltinCommand - ( "Get random quote from your log" - , $githubLinkLocationStr - , randomLogRecordCommand)) , ( "addperiodic" , mkBuiltinCommand ( "Add periodic command"