You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// more info here: https://discord.com/developers/docs/interactions/application-commands#registering-a-command
const interaction_url = `https://discord.com/api/v9/applications/${process.env.APPLICATION_ID}/commands`; // this is for global command btw
const guild_interaction_url = `https://discord.com/api/v9/applications/${process.env.APPLICATION_ID}/guilds/${process.env.GUILD_ID}/commands`; // and this is for local server command