From 2548ff415a9e671040d2b8a485b010409fc71d58 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Wed, 14 Feb 2018 12:00:38 -0500 Subject: tone down anger --- src/commands.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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(()); }, } -- cgit v1.3.1