Struct twilight_http::request::application::CreateGuildCommand[][src]

pub struct CreateGuildCommand<'a> { /* fields omitted */ }
Expand description

Create a new command in a guild.

The name must be between 3 and 32 characters in length, and the description must be between 1 and 100 characters in length. Creating a guild command with the same name as an already-existing guild command in the same guild will overwrite the old command. See the discord docs for more information.

Implementations

Whether the command is enabled by default when the app is added to a guild.

Add a list of command options.

Required command options must be added before optional options.

Errors

Returns an InteractionErrorType::CommandOptionsRequiredFirst if a required option was added after an optional option. The problem option’s index is provided.

Execute the request, returning a future resolving to a Response.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.