Update test bot imports
This commit is contained in:
parent
9adbc9e812
commit
b72d662566
2 changed files with 0 additions and 6 deletions
|
|
@ -94,11 +94,6 @@ module EuphApi.Bot (
|
||||||
) where
|
) where
|
||||||
|
|
||||||
-- TODO: Add 'AuthenticationFailed' exception.
|
-- TODO: Add 'AuthenticationFailed' exception.
|
||||||
-- TODO: Reorganize library:
|
|
||||||
-- - export events from Bot module
|
|
||||||
-- - add EuphApi module to export Bot module and some other convenience modules,
|
|
||||||
-- and to introduce people to the different parts of the library
|
|
||||||
-- - maybe separate utils into more modules and have Utils import some of them
|
|
||||||
|
|
||||||
import Control.Concurrent
|
import Control.Concurrent
|
||||||
import Control.Exception
|
import Control.Exception
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@ import qualified System.Log.Handler.Simple as LH
|
||||||
import qualified System.Log.Logger as L
|
import qualified System.Log.Logger as L
|
||||||
|
|
||||||
import qualified EuphApi as E
|
import qualified EuphApi as E
|
||||||
import qualified EuphApi.Utils.Botrulez as E
|
|
||||||
|
|
||||||
type Bot = E.Bot () ()
|
type Bot = E.Bot () ()
|
||||||
type Command = E.Command () ()
|
type Command = E.Command () ()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue