register_discord_commands
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v1View latest version
Registers slash commands for your Discord bot, globally or in one guild. Note that this overwrites old commands.
- app_id: Your bot's application ID as a string
- guild_id: Provide a guild ID as a string to apply the commands only in one guild, or use null to apply globally. Note that applying commands globally takes a while on Discord's end.
- token: Your bot's token.
- commands: An array of command objects to register. For a basic command with no arguments, only
name
anddescription
are needed.
Migrated from folder: discord/register_discord_commands