6 lines
76 B
Haskell
6 lines
76 B
Haskell
import Hsbot
|
|
import Hsbot.Config
|
|
|
|
main :: IO ()
|
|
main = hsbot defaultConfig
|
|
|