diff --git a/src/gitea_command.rs b/src/gitea_command.rs index 3dc8b81..bf9fe5a 100644 --- a/src/gitea_command.rs +++ b/src/gitea_command.rs @@ -65,7 +65,7 @@ pub fn gitea_release(interaction: &Interaction) -> InteractionResponse { } ]) }; - return InteractionResponse::ChannelMessage { + return InteractionResponse::ChannelMessageWithSource { data: Some(InteractionApplicationCommandCallbackData { tts: false, content: "".to_string(), @@ -83,4 +83,4 @@ pub fn gitea_release(interaction: &Interaction) -> InteractionResponse { }) } } -} \ No newline at end of file +}