Begin GPT work
This commit is contained in:
@@ -23,6 +23,7 @@ const rest = new REST({ version: '10' }).setToken(token);
|
||||
(async () => {
|
||||
try {
|
||||
console.log(`Started refreshing ${commands.length} application (/) commands.`);
|
||||
console.log(commands);
|
||||
|
||||
// The put method is used to fully refresh all commands in the guild with the current set
|
||||
const data = await rest.put(
|
||||
|
Reference in New Issue
Block a user