diff --git a/src/structs/command.rs b/src/structs/command.rs index 1e030668003f..9d8c34c3a20f 100644 --- a/src/structs/command.rs +++ b/src/structs/command.rs @@ -5,7 +5,7 @@ use crate::{serenity_prelude as serenity, BoxFuture}; /// Type returned from `#[poise::command]` annotated functions, which contains all of the generated /// prefix and application commands #[derive(derivative::Derivative)] -#[derivative(Default, Debug(bound = ""))] +#[derivative(Default(bound = ""), Debug(bound = ""))] pub struct Command { // ============= /// Callback to execute when this command is invoked in a prefix context