From 8ba2806b06aa2a7269849df3b2c58bc7d41cc119 Mon Sep 17 00:00:00 2001 From: Daniel Tam Date: Sun, 13 May 2018 04:08:43 -0500 Subject: [PATCH] resolved bug with nsfw command; added another nsfw command --- bot.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 405aa54..5449597 100644 --- a/bot.js +++ b/bot.js @@ -323,7 +323,10 @@ client.on('message', message => { message.channel.send(imgurRequest('yuri', 5)); break; case 'neko': - message.channel.send(imgurRequest('yuri', 5)); + message.channel.send(imgurRequest('Nekomimi', 5)); + break; + case 'hgif': + message.channel.send(imgurRequest('nsfwanimegifs', 5)); break; // Voice commands