1.2.6 • Published 3 years ago

discord-slink v1.2.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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);

Useful Links!!

Discord

Other Discord Support

Website

More Coming Soon!!!

1.2.0

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago