resolved bug with nsfw command; added another nsfw command

This commit is contained in:
2018-05-13 04:08:43 -05:00
parent 4c32a137dd
commit 8ba2806b06

5
bot.js
View File

@@ -323,7 +323,10 @@ client.on('message', message => {
message.channel.send(imgurRequest('yuri', 5)); message.channel.send(imgurRequest('yuri', 5));
break; break;
case 'neko': case 'neko':
message.channel.send(imgurRequest('yuri', 5)); message.channel.send(imgurRequest('Nekomimi', 5));
break;
case 'hgif':
message.channel.send(imgurRequest('nsfwanimegifs', 5));
break; break;
// Voice commands // Voice commands