1.0.2 • Published 3 years ago

srod-v2 v1.0.2

Weekly downloads
9,129
License
MIT
Repository
github
Last release
3 years ago

Srod V2

  • Package V1 Was By CTK WARRIOR#7923 (Discord Server)
  • Current : Something Random On Discord V2 (Status: Working)

Example

//Discord.js Bot - discord.js.org - npm i discord.js
const Discord = require("discord.js"), Random = require("srod-v2");
const client = new Discord.Client();

client.on("ready", () => console.log("Bot Is Ready With Something Random On Discord V2 💙"));

client.on("message", async message => {
    if (message.content.toLowerCase() === "meme") {
        const Meme = await Random.GetMeme();
        return message.channel.send(Meme);
    };
});

client.login("Put Your Epic Bot Token Here!");

npm.io

Why Srod V2?

  • Fast & Many Functions
  • Quick Updates

Documentation

Donate

Donations Will Help Us To Maintain This Package 💙

Information

Note : This Package Is Using Many Websites For Getting Data, Credit Goes To Websites Owners!

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago