aboutsummaryrefslogtreecommitdiffstats
path: root/src/Bot.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bot.hs')
-rw-r--r--src/Bot.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Bot.hs b/src/Bot.hs
index fe1b0a1..8b78497 100644
--- a/src/Bot.hs
+++ b/src/Bot.hs
@@ -17,3 +17,5 @@ newtype Bot a = Bot
{ runBot :: ReaderT Options IO a
-- } deriving (Monad, Functor, Applicative, BotConfig, MonadIO)
} deriving (Monad, Functor, Applicative, MonadReader Options, MonadIO)
+
+-- instance MonadPlus Bot