forked from Elijah/AudioBot
forgot to uncomment that oopsies
This commit is contained in:
parent
a062579d36
commit
5d11fbf12d
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ client.on('interactionCreate', async i => {
|
|||
});
|
||||
async function main() {
|
||||
log("INFO", "Publishing slash commands...");
|
||||
//await rest.put(Routes.applicationCommands(config.DiscordClientID), {body: Commands});
|
||||
await rest.put(Routes.applicationCommands(config.DiscordClientID), {body: Commands});
|
||||
client.login(config.DiscordToken);
|
||||
}
|
||||
main();
|
||||
|
|
Loading…
Reference in a new issue