Browse Source

Fix tz issue

master
Annwan 2 years ago
parent
commit
110bcbff13
  1. 2
      app/Main.hs

2
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

Loading…
Cancel
Save