module Main where import HsBot.Start main :: IO () main = start -- Shortcut r :: IO () r = main