Fix duplicate streamWatching, locale guild et console log/error
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m43s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m43s
This commit is contained in:
@@ -5,6 +5,7 @@ const guildSchema = new Schema({
|
||||
guildId: { type: String, required: true },
|
||||
guildName: { type: String, required: true },
|
||||
guildIcon: { type: String, required: true },
|
||||
guildLocale: { type: String, required: true },
|
||||
guildPlayer: {
|
||||
instances: [{
|
||||
botId: { type: String, required: true },
|
||||
|
||||
Reference in New Issue
Block a user