-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
104 changed files
with
6,290 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
const client = require('nekos.life'); | ||
const Discord = require('discord.js') | ||
const neko = new client(); | ||
const utils = require('../../utils'); | ||
|
||
module.exports = { | ||
name: "spank", | ||
category: "NSFW expressions", | ||
description: "spanks a mentioned user", | ||
usage: "[command] + [user]", | ||
run: async (client, message, args) => { | ||
//command | ||
|
||
//Checks channel for nsfw | ||
var errMessage = "This is not an NSFW Channel"; | ||
if (!message.channel.nsfw) { | ||
message.react('💢'); | ||
|
||
return message.reply(errMessage) | ||
.then(msg => { | ||
msg.delete({ timeout: 3000 }) | ||
}) | ||
|
||
} | ||
const user = message.mentions.users.first(); | ||
if(!user) | ||
return message.reply('Mention someone to spank'); | ||
|
||
async function work() { | ||
let owo = (await neko.nsfw.spank()); | ||
|
||
const cuddleembed = new Discord.MessageEmbed() | ||
.setTitle(user.username + " You have been spanked! ") | ||
.setDescription((user.toString() + " has been spanked by " + message.author.toString() + "!")) | ||
.setImage(owo.url) | ||
.setColor(`#000000`) | ||
.setURL(owo.url); | ||
message.channel.send(cuddleembed); | ||
|
||
} | ||
|
||
work(); | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
const client = require('nekos.life'); | ||
const Discord = require('discord.js') | ||
const neko = new client(); | ||
|
||
module.exports = { | ||
name: "2danal", | ||
category: "NSFW", | ||
usage: "[command]", | ||
run: async (client, message, args) => { | ||
//command | ||
|
||
//Checks channel for nsfw | ||
var errMessage = "This is not an NSFW Channel"; | ||
if (!message.channel.nsfw) { | ||
message.react('💢'); | ||
|
||
return message.reply(errMessage) | ||
.then(msg => { | ||
msg.delete({ timeout: 3000 }) | ||
}) | ||
|
||
} | ||
|
||
async function work() { | ||
let owo = (await neko.nsfw.anal()); | ||
|
||
const anal = new Discord.MessageEmbed() | ||
.setTitle("2D Anal") | ||
.setImage(owo.url) | ||
.setColor(`#FF0000`) | ||
.setURL(owo.url); | ||
message.channel.send(anal); | ||
|
||
} | ||
|
||
work(); | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
const client = require('nekos.life'); | ||
const Discord = require('discord.js') | ||
const neko = new client(); | ||
|
||
module.exports = { | ||
name: "2dboobs", | ||
category: "NSFW", | ||
usage: "[command]", | ||
run: async (client, message, args) => { | ||
//command | ||
|
||
//Checks channel for nsfw | ||
var errMessage = "This is not an NSFW Channel"; | ||
if (!message.channel.nsfw) { | ||
message.react('💢'); | ||
|
||
return message.reply(errMessage) | ||
.then(msg => { | ||
msg.delete({ timeout: 3000 }) | ||
}) | ||
|
||
} | ||
|
||
async function work() { | ||
let owo = (await neko.nsfw.boobs()); | ||
|
||
const boobs = new Discord.MessageEmbed() | ||
.setTitle("2D Boobs") | ||
.setImage(owo.url) | ||
.setColor(`#FF0000`) | ||
.setURL(owo.url); | ||
message.channel.send(boobs); | ||
|
||
} | ||
|
||
work(); | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
const client = require('nekos.life'); | ||
const Discord = require('discord.js') | ||
const neko = new client(); | ||
|
||
module.exports = { | ||
name: "2dfeet", | ||
category: "NSFW", | ||
usage: "[command]", | ||
run: async (client, message, args) => { | ||
//command | ||
|
||
//Checks channel for nsfw | ||
var errMessage = "This is not an NSFW Channel"; | ||
if (!message.channel.nsfw) { | ||
message.react('💢'); | ||
|
||
return message.reply(errMessage) | ||
.then(msg => { | ||
msg.delete({ timeout: 3000 }) | ||
}) | ||
|
||
} | ||
|
||
async function work() { | ||
let owo = (await neko.nsfw.feet()); | ||
|
||
const feet = new Discord.MessageEmbed() | ||
.setTitle("2D Feet") | ||
.setImage(owo.url) | ||
.setColor(`#FF0000`) | ||
.setURL(owo.url); | ||
message.channel.send(feet); | ||
|
||
} | ||
|
||
work(); | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
const client = require('nekos.life'); | ||
const Discord = require('discord.js') | ||
const neko = new client(); | ||
|
||
module.exports = { | ||
name: "2dfeetgif", | ||
category: "NSFW", | ||
usage: "[command]", | ||
run: async (client, message, args) => { | ||
//command | ||
|
||
//Checks channel for nsfw | ||
var errMessage = "This is not an NSFW Channel"; | ||
if (!message.channel.nsfw) { | ||
message.react('💢'); | ||
|
||
return message.reply(errMessage) | ||
.then(msg => { | ||
msg.delete({ timeout: 3000 }) | ||
}) | ||
|
||
} | ||
|
||
async function work() { | ||
let owo = (await neko.nsfw.feetGif()); | ||
|
||
const feetgif = new Discord.MessageEmbed() | ||
.setTitle("2D Feet Gif") | ||
.setImage(owo.url) | ||
.setColor(`#FF0000`) | ||
.setURL(owo.url); | ||
message.channel.send(feetgif); | ||
|
||
} | ||
|
||
work(); | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
const client = require('nekos.life'); | ||
const Discord = require('discord.js') | ||
const neko = new client(); | ||
|
||
module.exports = { | ||
name: "2dtits", | ||
category: "NSFW", | ||
usage: "[command]", | ||
run: async (client, message, args) => { | ||
//command | ||
|
||
//Checks channel for nsfw | ||
var errMessage = "This is not an NSFW Channel"; | ||
if (!message.channel.nsfw) { | ||
message.react('💢'); | ||
|
||
return message.reply(errMessage) | ||
.then(msg => { | ||
msg.delete({ timeout: 3000 }) | ||
}) | ||
|
||
} | ||
|
||
async function work() { | ||
let owo = (await neko.nsfw.tits()); | ||
|
||
const tits = new Discord.MessageEmbed() | ||
.setTitle("2D Tits") | ||
.setImage(owo.url) | ||
.setColor(`#FF0000`) | ||
.setURL(owo.url); | ||
message.channel.send(tits); | ||
|
||
} | ||
|
||
work(); | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
const client = require('nekos.life'); | ||
const Discord = require('discord.js') | ||
const neko = new client(); | ||
|
||
module.exports = { | ||
name: "2dfeetgif", | ||
category: "NSFW", | ||
usage: "[command]", | ||
run: async (client, message, args) => { | ||
//command | ||
|
||
//Checks channel for nsfw | ||
var errMessage = "This is not an NSFW Channel"; | ||
if (!message.channel.nsfw) { | ||
message.react('💢'); | ||
|
||
return message.reply(errMessage) | ||
.then(msg => { | ||
msg.delete({ timeout: 3000 }) | ||
}) | ||
|
||
} | ||
|
||
async function work() { | ||
let owo = (await neko.nsfw.feetGif()); | ||
|
||
const feetgif = new Discord.MessageEmbed() | ||
.setTitle("2D Feet Gif") | ||
.setImage(owo.url) | ||
.setColor(`#FF0000`) | ||
.setURL(owo.url); | ||
message.channel.send(feetgif); | ||
|
||
} | ||
|
||
work(); | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
const superagent = require("node-fetch"); | ||
const Discord = require('discord.js') | ||
|
||
const rp = require('request-promise-native'); | ||
|
||
module.exports = { | ||
name: "ass", | ||
category: "NSFW", | ||
description: "Sends ass", | ||
run: async (client, message, args, level) => { | ||
//command | ||
|
||
//Checks channel for nsfw | ||
var errMessage = "This is not an NSFW Channel"; | ||
if (!message.channel.nsfw) { | ||
message.react('💢'); | ||
|
||
return message.reply(errMessage) | ||
.then(msg => { | ||
msg.delete({ timeout: 3000 }) | ||
}) | ||
|
||
} | ||
|
||
return rp.get('http://api.obutts.ru/butts/0/1/random').then(JSON.parse).then(function(res) { | ||
return rp.get({ | ||
url:'http://media.obutts.ru/' + res[0].preview, | ||
encoding: null | ||
}); | ||
}).then(function(res) { | ||
|
||
const ass = new Discord.MessageEmbed() | ||
.setTitle("Ass") | ||
.setColor(`#FF0000`) | ||
.setImage("attachment://file.png").attachFiles([{ attachment: res, name: "file.png" }]) | ||
|
||
|
||
message.channel.send(ass); | ||
}); | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
const client = require('nekos.life'); | ||
const Discord = require('discord.js') | ||
const neko = new client(); | ||
|
||
module.exports = { | ||
name: "bj", | ||
category: "NSFW", | ||
usage: "[command]", | ||
run: async (client, message, args) => { | ||
//command | ||
|
||
//Checks channel for nsfw | ||
var errMessage = "This is not an NSFW Channel"; | ||
if (!message.channel.nsfw) { | ||
message.react('💢'); | ||
|
||
return message.reply(errMessage) | ||
.then(msg => { | ||
msg.delete({ timeout: 3000 }) | ||
}) | ||
|
||
} | ||
|
||
async function work() { | ||
let owo = (await neko.nsfw.bj()); | ||
|
||
const bj = new Discord.MessageEmbed() | ||
.setTitle("Blow Job") | ||
.setImage(owo.url) | ||
.setColor(`#FF0000`) | ||
.setURL(owo.url); | ||
message.channel.send(bj); | ||
|
||
} | ||
|
||
work(); | ||
} | ||
}; |
Oops, something went wrong.