discord.js-utils
v1.1.1
Published
A package to use with discord.js
Maintainers
Readme
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