Version 1.2.0 - Ajout des suggestions et de paramètres
All checks were successful
Deployment Pipeline / deploy (push) Successful in 36s

This commit is contained in:
2025-09-07 18:18:52 +02:00
parent b2aadc7c3c
commit 96cd60912b
7 changed files with 144 additions and 8 deletions

View File

@@ -127,7 +127,7 @@ class Player {
checkConnection() {
if(this.connection === null) {
clog.error(`GUILD : ${this.guildId} - La connection n'est pas définie`)
// clog.error(`GUILD : ${this.guildId} - La connection n'est pas définie`)
return true
}
if(this.player === null) {