improve play messages
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-05 19:10:54 +02:00
parent d25fa48575
commit 1acab1254b
2 changed files with 33 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ pub(crate) async fn resume(
}
let interaction_response_data = InteractionResponseDataBuilder::new()
.content("Resumed the track")
.content("Resumed playing")
.flags(MessageFlags::EPHEMERAL)
.build();