[testbot] Create testbot for future testing endavours
This commit is contained in:
parent
49efa94331
commit
6c28d16a6e
6 changed files with 165 additions and 0 deletions
9
haboli-testbot/app/Main.hs
Normal file
9
haboli-testbot/app/Main.hs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
module Main where
|
||||
|
||||
import Control.Monad
|
||||
|
||||
import Haboli.Bots.TestBot
|
||||
import Haboli.Euphoria
|
||||
|
||||
main :: IO ()
|
||||
main = void $ runClient defaultConfig $ testBot Nothing
|
||||
Loading…
Add table
Add a link
Reference in a new issue