discord-slink
v1.2.6
Published
This is just a simple npm for discord bots
Downloads
16
Maintainers
Readme
discord-slink
A npm package for discord bots
✈ Import
NodeJs
const slink = require("discord-slink");
ES6
import slink from "discord-slink";
🍀 Anime
Setup
const slink = require("discord-slink");
const anime = slink.Anime;
client.on('message', async message => {
if (message.content === "am!hug") {
let hug = await anime.hug();
message.channel.send(hug);
}
})
Documentation
Hug
let hug = await anime.hug();
message.channel.send(hug);
Pat
let pat = await anime.pat();
message.channel.send(pat);
Feed
let feed = await anime.feed();
message.channel.send(feed);
Waifu
let waifu = await anime.waifu();
message.channel.send(waifu);
Foxgirl
let foxgirl = await anime.foxgirl();
message.channel.send(foxgirl);
Neko
let neko = await anime.neko();
message.channel.send(neko);
Smug
let smug = await anime.smug();
message.channel.send(smug);
🍀 Image
Setup
const slink = require("discord-slink");
const image = slink.Image;
client.on('message', async message => {
if (message.content === "am!lizard") {
let hug = await image.lizard();
message.channel.send(lizard);
}
})
Documentation
Food
let food = await image.food();
message.channel.send(food);
Lizard
let lizard = await image.lizard();
message.channel.send(lizard);
🍀 Random
Setup
const slink = require("discord-slink");
const random = slink.Random;
client.on('message', async message => {
if (message.content === "am!8ball") {
let 8 = await random.eightball();
message.channel.send(8);
}
})
Documentation
8ball
let 8 = await random.eightball();
message.channel.send(8);
Topic
let topic = await random.topic();
message.channel.send(topic);
🔞 NSFW
Setup
const slink = require("discord-slink");
const lewd = slink.Nsfw;
client.on('message', async message => {
if (message.content === "am!hentai") {
let hentai = await lewd.hentai();
message.channel.send(hentai);
}
})
Documentation
Hentai
let hentai = await lewd.hentai();
message.channel.send(hentai);
Holo
let holo = await lewd.holo();
message.channel.send(holo);
Hentai GIF
let hentaigif = await lewd.hentaigif();
message.channel.send(hentaigif);
Yuri
let yuri = await lewd.yuri();
message.channel.send(yuri);