Skip to content

Commit

Permalink
command update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill716 committed Jun 7, 2022
1 parent 1a71b45 commit ce556c2
Show file tree
Hide file tree
Showing 18 changed files with 695 additions and 2 deletions.
43 changes: 43 additions & 0 deletions commands/NSW/coffee.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
const Discord = require("discord.js"),
commandName = __filename.slice(__dirname.length + 1, -3),
disbut = require("discord-buttons");

exports.run = async (client, message, args) => {
if (!message.channel.nsfw) return message.channel.send(client.config.msg.nsfwWarn)

let load = new Discord.MessageEmbed()
.setDescription(client.config.msg.loading)
.setTimestamp()

message.channel.send(load).then(m => {

client.superagent.get('https://nekobot.xyz/api/image').query({
type: commandName
}).end((err, response) => {

let button = new disbut.MessageButton()
.setStyle('url')
.setURL(response.body.message)
.setLabel(client.config.msg.imageNotLoading);

let embed = new Discord.MessageEmbed()
.setTimestamp()
.setImage(response.body.message)
.setFooter(client.config.footer)

m.edit(embed, button);
});
});
};

exports.help = {
name: commandName,
description: `Send a ${commandName} image.`,
usage: commandName,
example: commandName
};

exports.conf = {
aliases: [],
cooldown: 5 // Integer = second.
};
43 changes: 43 additions & 0 deletions commands/NSW/food.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
const Discord = require("discord.js"),
commandName = __filename.slice(__dirname.length + 1, -3),
disbut = require("discord-buttons");

exports.run = async (client, message, args) => {
if (!message.channel.nsfw) return message.channel.send(client.config.msg.nsfwWarn)

let load = new Discord.MessageEmbed()
.setDescription(client.config.msg.loading)
.setTimestamp()

message.channel.send(load).then(m => {

client.superagent.get('https://nekobot.xyz/api/image').query({
type: commandName
}).end((err, response) => {

let button = new disbut.MessageButton()
.setStyle('url')
.setURL(response.body.message)
.setLabel(client.config.msg.imageNotLoading);

let embed = new Discord.MessageEmbed()
.setTimestamp()
.setImage(response.body.message)
.setFooter(client.config.footer)

m.edit(embed, button);
});
});
};

exports.help = {
name: commandName,
description: `Send a ${commandName} image.`,
usage: commandName,
example: commandName
};

exports.conf = {
aliases: [],
cooldown: 5 // Integer = second.
};
4 changes: 4 additions & 0 deletions commands/NSW/module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "NSW",
"hide": false
}
43 changes: 43 additions & 0 deletions commands/nsfw/blowjob.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
const Discord = require("discord.js"),
commandName = __filename.slice(__dirname.length + 1, -3),
disbut = require("discord-buttons");

exports.run = async (client, message, args) => {
if (!message.channel.nsfw) return message.channel.send(client.config.msg.nsfwWarn)

let load = new Discord.MessageEmbed()
.setDescription(client.config.msg.loading)
.setTimestamp()

message.channel.send(load).then(m => {

client.superagent.get('https://nekobot.xyz/api/image').query({
type: commandName
}).end((err, response) => {

let button = new disbut.MessageButton()
.setStyle('url')
.setURL(response.body.message)
.setLabel(client.config.msg.imageNotLoading);

let embed = new Discord.MessageEmbed()
.setTimestamp()
.setImage(response.body.message)
.setFooter(client.config.footer)

m.edit(embed, button);
});
});
};

exports.help = {
name: commandName,
description: `Send a ${commandName} image.`,
usage: commandName,
example: commandName
};

exports.conf = {
aliases: [],
cooldown: 5 // Integer = second.
};
43 changes: 43 additions & 0 deletions commands/nsfw/feet.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
const Discord = require("discord.js"),
commandName = __filename.slice(__dirname.length + 1, -3),
disbut = require("discord-buttons");

exports.run = async (client, message, args) => {
if (!message.channel.nsfw) return message.channel.send(client.config.msg.nsfwWarn)

let load = new Discord.MessageEmbed()
.setDescription(client.config.msg.loading)
.setTimestamp()

message.channel.send(load).then(m => {

client.superagent.get('https://nekobot.xyz/api/image').query({
type: commandName
}).end((err, response) => {

let button = new disbut.MessageButton()
.setStyle('url')
.setURL(response.body.message)
.setLabel(client.config.msg.imageNotLoading);

let embed = new Discord.MessageEmbed()
.setTimestamp()
.setImage(response.body.message)
.setFooter(client.config.footer)

m.edit(embed, button);
});
});
};

exports.help = {
name: commandName,
description: `Send a ${commandName} image.`,
usage: commandName,
example: commandName
};

exports.conf = {
aliases: [],
cooldown: 5 // Integer = second.
};
43 changes: 43 additions & 0 deletions commands/nsfw/futa.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
const Discord = require("discord.js"),
commandName = __filename.slice(__dirname.length + 1, -3),
disbut = require("discord-buttons");

exports.run = async (client, message, args) => {
if (!message.channel.nsfw) return message.channel.send(client.config.msg.nsfwWarn)

let load = new Discord.MessageEmbed()
.setDescription(client.config.msg.loading)
.setTimestamp()

message.channel.send(load).then(m => {

client.superagent.get('https://nekobot.xyz/api/image').query({
type: commandName
}).end((err, response) => {

let button = new disbut.MessageButton()
.setStyle('url')
.setURL(response.body.message)
.setLabel(client.config.msg.imageNotLoading);

let embed = new Discord.MessageEmbed()
.setTimestamp()
.setImage(response.body.message)
.setFooter(client.config.footer)

m.edit(embed, button);
});
});
};

exports.help = {
name: commandName,
description: `Send a ${commandName} image.`,
usage: commandName,
example: commandName
};

exports.conf = {
aliases: [],
cooldown: 5 // Integer = second.
};
43 changes: 43 additions & 0 deletions commands/nsfw/gonewild.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
const Discord = require("discord.js"),
commandName = __filename.slice(__dirname.length + 1, -3),
disbut = require("discord-buttons");

exports.run = async (client, message, args) => {
if (!message.channel.nsfw) return message.channel.send(client.config.msg.nsfwWarn)

let load = new Discord.MessageEmbed()
.setDescription(client.config.msg.loading)
.setTimestamp()

message.channel.send(load).then(m => {

client.superagent.get('https://nekobot.xyz/api/image').query({
type: commandName
}).end((err, response) => {

let button = new disbut.MessageButton()
.setStyle('url')
.setURL(response.body.message)
.setLabel(client.config.msg.imageNotLoading);

let embed = new Discord.MessageEmbed()
.setTimestamp()
.setImage(response.body.message)
.setFooter(client.config.footer)

m.edit(embed, button);
});
});
};

exports.help = {
name: commandName,
description: `Send a ${commandName} image.`,
usage: commandName,
example: commandName
};

exports.conf = {
aliases: [],
cooldown: 5 // Integer = second.
};
43 changes: 43 additions & 0 deletions commands/nsfw/hentai_anal.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
const Discord = require("discord.js"),
commandName = __filename.slice(__dirname.length + 1, -3),
disbut = require("discord-buttons");

exports.run = async (client, message, args) => {
if (!message.channel.nsfw) return message.channel.send(client.config.msg.nsfwWarn)

let load = new Discord.MessageEmbed()
.setDescription(client.config.msg.loading)
.setTimestamp()

message.channel.send(load).then(m => {

client.superagent.get('https://nekobot.xyz/api/image').query({
type: commandName
}).end((err, response) => {

let button = new disbut.MessageButton()
.setStyle('url')
.setURL(response.body.message)
.setLabel(client.config.msg.imageNotLoading);

let embed = new Discord.MessageEmbed()
.setTimestamp()
.setImage(response.body.message)
.setFooter(client.config.footer)

m.edit(embed, button);
});
});
};

exports.help = {
name: commandName,
description: `Send a ${commandName} image.`,
usage: commandName,
example: commandName
};

exports.conf = {
aliases: [],
cooldown: 5 // Integer = second.
};
43 changes: 43 additions & 0 deletions commands/nsfw/hthigh.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
const Discord = require("discord.js"),
commandName = __filename.slice(__dirname.length + 1, -3),
disbut = require("discord-buttons");

exports.run = async (client, message, args) => {
if (!message.channel.nsfw) return message.channel.send(client.config.msg.nsfwWarn)

let load = new Discord.MessageEmbed()
.setDescription(client.config.msg.loading)
.setTimestamp()

message.channel.send(load).then(m => {

client.superagent.get('https://nekobot.xyz/api/image').query({
type: commandName
}).end((err, response) => {

let button = new disbut.MessageButton()
.setStyle('url')
.setURL(response.body.message)
.setLabel(client.config.msg.imageNotLoading);

let embed = new Discord.MessageEmbed()
.setTimestamp()
.setImage(response.body.message)
.setFooter(client.config.footer)

m.edit(embed, button);
});
});
};

exports.help = {
name: commandName,
description: `Send a ${commandName} image.`,
usage: commandName,
example: commandName
};

exports.conf = {
aliases: [],
cooldown: 5 // Integer = second.
};
Loading

0 comments on commit ce556c2

Please sign in to comment.