diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands.rs b/src/commands.rs index 952a41a..cb39a74 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -102,7 +102,7 @@ impl PlayQueue { Ok(src) => src, Err(e) => { error!("bad link: {}; {}", &item.url, e); - let _ = send(channel, &format!("what the fuck, {}? what was that link?", &item.initiator), false); + let _ = send(channel, &format!("what the fuck"), false); sleep(); continue; } @@ -304,7 +304,7 @@ command!(list(ctx, msg) { }, None => { debug!("`list` called with no items in queue"); - send(msg.channel_id, "Nothing is playing you goddamn meme", msg.tts)?; + send(msg.channel_id, "Nothing is playing you meme", msg.tts)?; return Ok(()); }, } |
