discord-random

1.0.2 • Public • Published

discord-random

  • 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("discord-random");
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!");

Why discord-random?

  • Fast & Many Functions

  • Quick Updates

  • Thank You For Reading & Using This Package ;)

Readme

Keywords

Package Sidebar

Install

npm i discord-random

Weekly Downloads

6

Version

1.0.2

License

MIT

Unpacked Size

30.5 kB

Total Files

4

Last publish

Collaborators

  • purge_dev