Adapt to EuphApi changes

This commit is contained in:
Joscha 2018-02-26 17:35:26 +00:00
parent 73dc426ba8
commit 445a9f0f1f

View file

@ -67,7 +67,7 @@ myCommands =
myBotHandler :: E.EventType -> Bot ()
myBotHandler (E.EuphEvent e) = do
-- run commands
E.autorunCommands myCommands e
E.runCommands myCommands e
-- update listing
lVar <- E.getConnectionInfo
EL.update lVar e