save media source in metadata typemap
All checks were successful
tests / fmt (push) Successful in 1m12s
tests / clippy (push) Successful in 1m12s
tests / pre-commit (push) Successful in 1m14s
tests / build (push) Successful in 1m30s
tests / test (push) Successful in 1m44s

This commit is contained in:
2024-06-17 17:06:59 +02:00
parent 3781785a50
commit 0bee437e53
6 changed files with 56 additions and 47 deletions

View File

@@ -27,7 +27,7 @@ pub(crate) async fn skip(
}
let interaction_response_data = InteractionResponseDataBuilder::new()
.content("Skipped the next track")
.content("Skipped a track")
.build();
let response = InteractionResponse {