Version 2.1.0-b - Modification graphique
Some checks failed
Subsonics Deployment / deploy (push) Failing after 13s
Some checks failed
Subsonics Deployment / deploy (push) Failing after 13s
This commit is contained in:
parent
9eb6f97589
commit
f412d54048
@ -19,13 +19,15 @@ function setup() {
|
|||||||
//Log - INIT PHASE
|
//Log - INIT PHASE
|
||||||
|
|
||||||
const dlog = new LogType("Discord")
|
const dlog = new LogType("Discord")
|
||||||
|
dlog.step.init("setup", "Intialisation de l'application")
|
||||||
|
|
||||||
// Discord Bot - INIT PHASE
|
// Discord Bot - INIT PHASE
|
||||||
|
|
||||||
const bot = new DiscordBot(getConfig(dlog), dlog)
|
const bot = new DiscordBot(getConfig(dlog), dlog)
|
||||||
const web = new WebServer()
|
const web = new WebServer()
|
||||||
|
|
||||||
|
dlog.step.end("setup")
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user