|
|
@@ -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 { |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |