Version 2.1.0-b - Modification graphique
Some checks failed
Subsonics Deployment / deploy (push) Failing after 13s

This commit is contained in:
Raphael 2024-04-15 20:58:23 +02:00
parent 9eb6f97589
commit f412d54048

View File

@ -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")
}