A very easy to use package which gives you random things.
npm install something-random-on-discord[ API Issue ]: Changed the API to reddit APIjs
const discord = require("discord.js")
const client = new discord.Client()
const random = require("something-random-on-discord").Random
client.on("ready", () => {
console.log("Ready to go")
})
client.on("message", async message => {
if(message.content === "!meme") {
let data = await random.getMeme()
message.channel.send(data)
}
})
client.login("TOKEN")
`

DOCUMENTATION
getMeme(): Provieds You the JSON embed with meme image and title.
`js
let data = await random.getMeme()
message.channel.send(data)
`getAdvice(): Provieds You a random advice.
`js
let data = await random.getAdvice()
message.channel.send(data)
`getNeko(): Provieds You a random neko image.
`js
let data = await random.getNeko()
message.channel.send(data)
`getRandomJoke(): Provieds You a Random Funny Joke.
`js
let data = await random.getRandomJoke()
message.channel.send(data)
`getNameJoke(): Provieds You a Random Funny Joke related to your name.
`js
let data = await random.getNameJoke("ctk", "warrior")
message.channel.send(data)
`getAnimeImgURL(type): Provied you a random image url of anime(based on action), availabe actions are "pat", "hug", "waifu", "cry", "kiss", "slap", "smug", "punch"
`js
let data = await random.getAnimeImgURL("cry")
message.channel.send(data)
`getFact(): Provides you a random fact.
`js
let data = await random.getFact();
message.channel.send(data);
`getNPM(): it provides the information of given package.
`js
let data = await random.getNPM("discord.js");
message.channel.send(data);
`____
ServerAssistant
`js
const srod = require("something-random-on-discord").ServerAssistant
`isHoisted(): Checks if the given name is hoisted or not.
`js
srod.isHoisted("! Mattechi276") //returns true
`isURL(): Checks wheather given link is url or not.
`js
srod.isURL("https://withwin.in") //returns true
`
[ New ]
checkProfanity(string): Check wheather if string contains any bad word
`js
srod.checkProfanity("fuck you lmao").then(string => {
//returns { profanity: true }
})
``____
CTK'S SERVER => JOIN OR DIE