Update test bot imports

This commit is contained in:
Joscha 2018-02-23 21:09:36 +00:00
parent 9adbc9e812
commit b72d662566
2 changed files with 0 additions and 6 deletions

View file

@ -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