This commit is contained in:
Skylar Grant 2023-02-09 22:48:12 -05:00 committed by GitHub
parent 866479a491
commit c0ea770149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ for (const file of commandFiles) {
}
}
console.log(commands);
console.log(`Token: ${token} Client ID: ${clientId}`);
const rest = new REST({ version: '9' }).setToken(token);