module Main where import HsBot.Base main :: IO () main = startBase -- Shortcut r :: IO () r = main