1.1.1 • Published 7 years ago
discord.js-utils v1.1.1
Discord.js Utils
A little library that does really simple things for you and your Discord.js bot.
Installation
Type npm install discord.js-utils
on command prompt.
Usage
Here is a simple code:
const utils = require("discord.js-utils"); // We set the constant 'utils' to a copy of this package.
utils.random.dog().then(console.log); // We logged the link of our cute dog to console
utils.random.cat().then(console.log); // We logged the link of our cute cat to console