From f702254603d2e3d3e01e734bbfaf85d5956ad9f9 Mon Sep 17 00:00:00 2001 From: TheCakeChicken Date: Sun, 19 Apr 2020 00:40:05 +0100 Subject: [PATCH] actually disable potentially NSFW commands --- src/commands/foxgirl.js | 3 ++- src/commands/kemonomimi.js | 4 ++-- src/commands/neko.js | 4 ++-- src/commands/nekogif.js | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/commands/foxgirl.js b/src/commands/foxgirl.js index 3d8a0e6..a2a2d40 100644 --- a/src/commands/foxgirl.js +++ b/src/commands/foxgirl.js @@ -1,4 +1,4 @@ -const API = require('nekos.life'); +/*const API = require('nekos.life'); const {sfw} = new API(); exports.run = async (client, message) => { message.channel.startTyping(); @@ -28,3 +28,4 @@ exports.help = { description: "Sends you pictures of fox girls.", usage: "foxgirl" }; +*/ \ No newline at end of file diff --git a/src/commands/kemonomimi.js b/src/commands/kemonomimi.js index 7d16938..dbf4d6d 100644 --- a/src/commands/kemonomimi.js +++ b/src/commands/kemonomimi.js @@ -1,4 +1,4 @@ -const API = require('nekos.life'); +/*const API = require('nekos.life'); const {sfw} = new API(); exports.run = async (client, message) => { message.channel.startTyping(); @@ -27,4 +27,4 @@ exports.help = { category: "Image", description: "Sends you pictures of people with animal characteristics.", usage: "kemonomimi" -}; +};*/ diff --git a/src/commands/neko.js b/src/commands/neko.js index 6e62f19..301e850 100644 --- a/src/commands/neko.js +++ b/src/commands/neko.js @@ -1,4 +1,4 @@ -const API = require('nekos.life'); +/*const API = require('nekos.life'); const {sfw} = new API(); exports.run = async (client, message) => { message.channel.startTyping(); @@ -27,4 +27,4 @@ exports.help = { category: "Image", description: "Sends you pictures of catgirls.", usage: "neko" -}; +};*/ diff --git a/src/commands/nekogif.js b/src/commands/nekogif.js index cc878e8..c3405d2 100644 --- a/src/commands/nekogif.js +++ b/src/commands/nekogif.js @@ -1,4 +1,4 @@ -const API = require('nekos.life'); +/*const API = require('nekos.life'); const {sfw} = new API(); exports.run = async (client, message) => { message.channel.startTyping(); @@ -27,4 +27,4 @@ exports.help = { category: "Image", description: "Sends you gifs of catgirls.", usage: "nekogif" -}; +};*/