WIP: receipt feature implementation
This commit is contained in:
@@ -36,14 +36,14 @@ const rest = new REST().setToken(token);
|
||||
// and deploy your commands!
|
||||
(async () => {
|
||||
try {
|
||||
console.log(`[GUILD] Started refreshing ${guildCommands.length} application (/) commands.`);
|
||||
console.log(`[GUILD] Started refreshing ${guildCommands.length} Guild (/) commands.`);
|
||||
|
||||
let data = await rest.put(
|
||||
Routes.applicationGuildCommands(clientId, guildId),
|
||||
{ body: guildCommands },
|
||||
);
|
||||
|
||||
console.log(`[GUILD] Successfully reloaded ${data.length} application (/) commands.`);
|
||||
console.log(`[GUILD] Successfully reloaded ${data.length} Guild (/) commands.`);
|
||||
|
||||
console.log(`[GLOBAL] Started refreshing ${globalCommands.length} application (/) commands.`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user