disabled problematic commands

This commit is contained in:
Emily 2020-04-21 17:33:18 +10:00
parent 64aa46a04b
commit 7eab55b981
4 changed files with 7 additions and 8 deletions

View File

@ -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,4 +28,3 @@ exports.help = {
description: "Sends you pictures of fox girls.",
usage: "foxgirl"
};
*/

View File

@ -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"
};*/
};

View File

@ -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"
};*/
};

View File

@ -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"
};*/
};