Re-exports§
pub use self::create_global_command::CreateGlobalCommand;
pub use self::create_guild_command::CreateGuildCommand;
Modules§
Structs§
- Delete
Global Command - Delete a global command, by ID.
- Delete
Guild Command - Delete a command in a guild, by ID.
- GetCommand
Permissions - Fetch command permissions for a command from the current application in a guild.
- GetGlobal
Command - Retrieve a global command for an application.
- GetGlobal
Commands - Retrieve all global commands for an application.
- GetGuild
Command - Retrieve a global command for an application.
- GetGuild
Command Permissions - Get command permissions for all commands from the current application in a guild.
- GetGuild
Commands - Fetch all commands for a guild, by ID.
- SetGlobal
Commands - Set global commands.
- SetGuild
Commands - Set a guild’s commands.
- Update
Command Permissions - Update command permissions for a single command in a guild.
- Update
Global Command - Edit a global command, by ID.
- Update
Guild Command - Edit a command in a guild, by ID.