Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
/ discord-utils Public archive

Small utilities useful for making a bot with Discord.JS.

Notifications You must be signed in to change notification settings

aero-ware/discord-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Small utilities useful for making a bot with Discord.JS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published