Began a big refactoring/rewriting (again)
This commit is contained in:
parent
d05aea2def
commit
ff07633fb8
41 changed files with 423 additions and 5107 deletions
6
Main.hs
Normal file
6
Main.hs
Normal file
|
@ -0,0 +1,6 @@
|
|||
import Hsbot
|
||||
import Hsbot.Config
|
||||
|
||||
main :: IO ()
|
||||
main = hsbot defaultConfig
|
||||
|
Reference in a new issue