1.1.1 • Published 7 years ago

discord.js-utils v1.1.1

Weekly downloads
2
License
WTFPL
Repository
-
Last release
7 years ago

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
1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago