Socket
Socket
Sign inDemoInstall

something-random-on-discord

Package Overview
Dependencies
2
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    something-random-on-discord

A very easy to use package which gives you random things.


Version published
Maintainers
1
Install size
497 kB
Created

Readme

Source

SOMETHING RANDOM

⚠ NOTICE

You can not use v2.0.0 because i made a big mistake, now i will continue with version v3.0.0

✨ UPDATES

[ API Issue ]: Changed the API to reddit API


SETUP

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.

  let data = await random.getMeme()
    message.channel.send(data)

getAdvice(): Provieds You a random advice.

  let data = await random.getAdvice()
    message.channel.send(data)

getNeko(): Provieds You a random neko image.

 let data = await random.getNeko()
    message.channel.send(data)

getRandomJoke(): Provieds You a Random Funny Joke.

 let data = await random.getRandomJoke()
    message.channel.send(data)

getNameJoke(): Provieds You a Random Funny Joke related to your name.

 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"

 let data = await random.getAnimeImgURL("cry")
    message.channel.send(data)

getFact(): Provides you a random fact.

let data = await random.getFact();
    message.channel.send(data);

getNPM(): it provides the information of given package.

let data = await random.getNPM("discord.js");
    message.channel.send(data);

ServerAssistant

const srod = require("something-random-on-discord").ServerAssistant

isHoisted(): Checks if the given name is hoisted or not.

srod.isHoisted("! Mattechi276") //returns true

isURL(): Checks wheather given link is url or not.

srod.isURL("https://withwin.in") //returns true

[ New ] checkProfanity(string): Check wheather if string contains any bad word

srod.checkProfanity("fuck you lmao").then(string => {
 //returns  { profanity: true }
})

FEEL FREE TO JOIN OUR SERVER

CTK'S SERVER => JOIN OR DIE

Keywords

FAQs

Last updated on 23 Apr 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc