Copy ExampleBot over as InfoBot
This commit is contained in:
parent
675e88a105
commit
5292fd9883
6 changed files with 110 additions and 11 deletions
|
|
@ -1,4 +1,9 @@
|
|||
module Main where
|
||||
|
||||
import Control.Monad
|
||||
|
||||
import Haboli.Bots.InfoBot
|
||||
import Haboli.Euphoria
|
||||
|
||||
main :: IO ()
|
||||
main = putStrLn "Nothing to see here!"
|
||||
main = void $ runClient defaultConfig $ infoBot Nothing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue