updated lang strings

This commit is contained in:
2022-02-13 19:35:16 -06:00
parent b1d01b414e
commit 343ed640ae
10 changed files with 43 additions and 15 deletions

1
dist/discord.js vendored
View File

@@ -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);