@aeroware/discord-utils
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@aeroware/discord-utils", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# discord-utils | ||
### UNDER DEVELOPMENT | ||
this is a small package full of discord.js utilities. | ||
### To test, start the bot, make an env file and enter a TOKEN variable. | ||
there are methods for formatting, getting input, and pagination. | ||
here is a small example of it in action: | ||
```js | ||
import { aDelayOf } from "@aeroware/discord-utils"; | ||
... | ||
await aDelayOf(1000); // wait one second | ||
... | ||
``` | ||
you can read the docs on [our github page](aero-ware.github.io) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41245
18