reciple 6.0.0-dev.4 → 6.0.0-dev.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -144,7 +144,7 @@ class ClientModuleManager {
|
|
|
144
144
|
this.client.logger.info(`${this.client.commands.slashCommands.size} slash commands loaded.`);
|
|
145
145
|
}
|
|
146
146
|
if (registerApplicationCommands)
|
|
147
|
-
this.client.commands.registerApplicationCommands((0, discord_js_1.normalizeArray)(registerApplicationCommandsGuilds));
|
|
147
|
+
await this.client.commands.registerApplicationCommands((0, discord_js_1.normalizeArray)(registerApplicationCommandsGuilds));
|
|
148
148
|
}
|
|
149
149
|
async startModule(mod) {
|
|
150
150
|
let err;
|