diff --git a/src/main.js b/src/main.js index cab8849..bcf8320 100644 --- a/src/main.js +++ b/src/main.js @@ -19,12 +19,14 @@ function setup() { //Log - INIT PHASE const dlog = new LogType("Discord") - + dlog.step.init("setup", "Intialisation de l'application") // Discord Bot - INIT PHASE const bot = new DiscordBot(getConfig(dlog), dlog) const web = new WebServer() + + dlog.step.end("setup") }