More snark
This commit is contained in:
parent
41296e003b
commit
81ea66d2e5
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue