forked from embee/woomy
actually disable potentially NSFW commands
This commit is contained in:
parent
128f12041e
commit
f702254603
4 changed files with 8 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
const API = require('nekos.life');
|
/*const API = require('nekos.life');
|
||||||
const {sfw} = new API();
|
const {sfw} = new API();
|
||||||
exports.run = async (client, message) => {
|
exports.run = async (client, message) => {
|
||||||
message.channel.startTyping();
|
message.channel.startTyping();
|
||||||
|
@ -28,3 +28,4 @@ exports.help = {
|
||||||
description: "Sends you pictures of fox girls.",
|
description: "Sends you pictures of fox girls.",
|
||||||
usage: "foxgirl"
|
usage: "foxgirl"
|
||||||
};
|
};
|
||||||
|
*/
|
|
@ -1,4 +1,4 @@
|
||||||
const API = require('nekos.life');
|
/*const API = require('nekos.life');
|
||||||
const {sfw} = new API();
|
const {sfw} = new API();
|
||||||
exports.run = async (client, message) => {
|
exports.run = async (client, message) => {
|
||||||
message.channel.startTyping();
|
message.channel.startTyping();
|
||||||
|
@ -27,4 +27,4 @@ exports.help = {
|
||||||
category: "Image",
|
category: "Image",
|
||||||
description: "Sends you pictures of people with animal characteristics.",
|
description: "Sends you pictures of people with animal characteristics.",
|
||||||
usage: "kemonomimi"
|
usage: "kemonomimi"
|
||||||
};
|
};*/
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
const API = require('nekos.life');
|
/*const API = require('nekos.life');
|
||||||
const {sfw} = new API();
|
const {sfw} = new API();
|
||||||
exports.run = async (client, message) => {
|
exports.run = async (client, message) => {
|
||||||
message.channel.startTyping();
|
message.channel.startTyping();
|
||||||
|
@ -27,4 +27,4 @@ exports.help = {
|
||||||
category: "Image",
|
category: "Image",
|
||||||
description: "Sends you pictures of catgirls.",
|
description: "Sends you pictures of catgirls.",
|
||||||
usage: "neko"
|
usage: "neko"
|
||||||
};
|
};*/
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
const API = require('nekos.life');
|
/*const API = require('nekos.life');
|
||||||
const {sfw} = new API();
|
const {sfw} = new API();
|
||||||
exports.run = async (client, message) => {
|
exports.run = async (client, message) => {
|
||||||
message.channel.startTyping();
|
message.channel.startTyping();
|
||||||
|
@ -27,4 +27,4 @@ exports.help = {
|
||||||
category: "Image",
|
category: "Image",
|
||||||
description: "Sends you gifs of catgirls.",
|
description: "Sends you gifs of catgirls.",
|
||||||
usage: "nekogif"
|
usage: "nekogif"
|
||||||
};
|
};*/
|
||||||
|
|
Loading…
Reference in a new issue