diff --git a/app/Main.hs b/app/Main.hs index 03b2e8d..e2e66f8 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -64,12 +64,14 @@ import qualified System.Cron.Schedule as Cron import UnliftIO.Directory ( doesFileExist , removeFile ) +import System.Environment (setEnv) main :: IO () main = do tok <- TIO.readFile "./auth.secret" conf <- readConfig "./conf.yaml" eventSystem <- E.initEventSystem + setEnv "TZ" "Europe/Paris" -- The bot needs to run on the french timezone for edt to work properly err <- Discord.runDiscord $ Discord.def { discordToken = tok