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
let discord_response = await discord_api.put(
`/applications/${APPLICATION_ID}/guilds/${GUILD_ID}/commands`,
slash_commands
)
This endpoint only registers commands for one singular guild, should it not be changed to update the commands globally for bots that are meant to be used in multiple servers?
The endpoint for registering commands for all guilds (globally) is /applications/{application.id}/commands
The text was updated successfully, but these errors were encountered:
This endpoint only registers commands for one singular guild, should it not be changed to update the commands globally for bots that are meant to be used in multiple servers?
The endpoint for registering commands for all guilds (globally) is
/applications/{application.id}/commands
The text was updated successfully, but these errors were encountered: