This commit is contained in:
Louis Mazin 2026-04-16 00:00:56 +02:00
parent 075cdf66bd
commit 21f737e822

View File

@ -30,7 +30,7 @@ module.exports = (token) => {
try {
console.log(`Started refreshing ${commands.length} application (/) commands.`);
const data = await rest.put(
Routes.applicationGuildCommands(1256304109393547305n, "1068240252092813373"),
Routes.applicationGuildCommands(1494066337092341842n, process.env.GUILD_ID),
{ body: commands },
).then(data=>console.log(`Successfully reloaded ${data.length} application (/) commands.`))
} catch (error) {