mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Ready for some fun?
This commit is contained in:
@@ -174,7 +174,10 @@ class SequelizeProvider extends SettingProvider {
|
||||
}
|
||||
|
||||
// Load all command/group statuses
|
||||
for (const command of this.client.registry.commands.values()) this.setupGuildCommand(guild, command, settings);
|
||||
for (const command of this.client.registry.commands.values()) {
|
||||
console.log(command);
|
||||
this.setupGuildCommand(guild, command, settings);
|
||||
}
|
||||
for (const group of this.client.registry.groups.values()) this.setupGuildGroup(guild, group, settings);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user