1.5.0 • Published 3 years ago

@aeroware/discord-utils v1.5.0

Weekly downloads
131
License
MIT
Repository
github
Last release
3 years ago

discord-utils

this is a small package full of discord.js utilities.

there are methods for formatting, getting input, and pagination.

here is a small example of it in action:

es6 import/export

import { aDelayOf } from "@aeroware/discord-utils";

...
await aDelayOf(1000); // wait one second
...

nodejs require

const { aDelayOf } = require("@aeroware/discord-utils").default;

...
await aDelayOf(1000); // wait one second
...

you can read the docs on our github page

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.2.1

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago