From 27ab061563de6c7d1b79dccd8585655ef8aa9700 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sat, 16 Feb 2019 20:38:32 -0500 Subject: restore fuck you conway --- src/commands/playback.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/commands') diff --git a/src/commands/playback.rs b/src/commands/playback.rs index 661dd87..bc57a4f 100644 --- a/src/commands/playback.rs +++ b/src/commands/playback.rs @@ -40,7 +40,12 @@ pub fn _play(ctx: &Context, msg: &Message, url: &str) -> Result<()> { }); if host.map(|h| h.to_lowercase().contains("imgur")).unwrap_or(false) { - send(msg.channel_id, "IMGUR IS BAD, YOU TRASH CAN MAN", msg.tts)?; + if msg.author.id.0 == 106160362109272064 { + send(msg.channel_id, "fuck you conway", true)?; + } else { + send(msg.channel_id, "IMGUR IS BAD, YOU TRASH CAN MAN", msg.tts)?; + } + return Ok(()); } -- cgit v1.3.1