updated lang strings
This commit is contained in:
1
dist/discord.js
vendored
1
dist/discord.js
vendored
@@ -60,7 +60,6 @@ async function registerCommands(token, clientId, guildIds) {
|
||||
for (let i = 0; i < guildIds.length; i++) {
|
||||
try {
|
||||
await rest.put(v9_1.Routes.applicationGuildCommands(clientId, guildIds[i]), { body: commands });
|
||||
console.log(`[${guildIds[i]}] registered command`);
|
||||
}
|
||||
catch (error) {
|
||||
console.error(error);
|
||||
|
||||
Reference in New Issue
Block a user