Adapt to EuphApi changes
This commit is contained in:
parent
73dc426ba8
commit
445a9f0f1f
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ myCommands =
|
||||||
myBotHandler :: E.EventType -> Bot ()
|
myBotHandler :: E.EventType -> Bot ()
|
||||||
myBotHandler (E.EuphEvent e) = do
|
myBotHandler (E.EuphEvent e) = do
|
||||||
-- run commands
|
-- run commands
|
||||||
E.autorunCommands myCommands e
|
E.runCommands myCommands e
|
||||||
-- update listing
|
-- update listing
|
||||||
lVar <- E.getConnectionInfo
|
lVar <- E.getConnectionInfo
|
||||||
EL.update lVar e
|
EL.update lVar e
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue