diff --git a/src/EuphApi/Bot.hs b/src/EuphApi/Bot.hs index f13af03..bf89fe1 100644 --- a/src/EuphApi/Bot.hs +++ b/src/EuphApi/Bot.hs @@ -94,11 +94,6 @@ module EuphApi.Bot ( ) where -- 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.Exception diff --git a/test/bot_with_botrulez.hs b/test/bot_with_botrulez.hs index 9b474a7..83ac360 100644 --- a/test/bot_with_botrulez.hs +++ b/test/bot_with_botrulez.hs @@ -10,7 +10,6 @@ import qualified System.Log.Handler.Simple as LH import qualified System.Log.Logger as L import qualified EuphApi as E -import qualified EuphApi.Utils.Botrulez as E type Bot = E.Bot () () type Command = E.Command () ()