@aeroware/discord-utils
TypeScript icon, indicating that this package has built-in type declarations

1.5.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @aeroware/discord-utils

Weekly Downloads

3

Version

1.5.0

License

MIT

Unpacked Size

43.1 kB

Total Files

18

Last publish

Collaborators

  • cursorspkg
  • dheerajpv