kurita-0: Find the alpha emoji

Safe HaskellNone
LanguageHaskell2010

Kurita.Bot

Documentation

addToTermMap :: (Ord k, Ord t) => (k, t) -> Map k (Set t) -> Map k (Set t) Source #

runBotEvent :: Ord c => (c -> Text) -> KuritaBot c -> BotEvent -> IO () Source #

runBotCommand :: Ord c => (c -> Text) -> KuritaBot c -> BotCommand -> IO () Source #