More snark

This commit is contained in:
Alex Page 2022-01-20 22:12:27 -05:00
parent 41296e003b
commit 81ea66d2e5

View file

@ -127,7 +127,7 @@ pub async fn play(ctx: &mut Context, command: &ApplicationCommandInteraction) ->
message message
} else { } else {
"Not in a voice channel to play in".to_string() "Somehow neither of us are in a voice channel to begin with.".to_string()
} }
} }
@ -144,7 +144,7 @@ pub async fn stop(ctx: &Context, command: &ApplicationCommandInteraction) -> Str
handler.stop(); handler.stop();
"Stopping song".to_string() "Alright, I guess I'll stop.".to_string()
} else { } else {
"I'm not even in a channel to begin with. Silly.".to_string() "I'm not even in a channel to begin with. Silly.".to_string()
} }