discord-limits
v1.1.0
Published
A robust library of constants defining Discord's limits.
Downloads
24
Maintainers
Readme
About
A robust library of constants defining Discord's limits, aimed at streamlining bot and application development and integration on the Discord platform.
Constants
For a full list of constants, please refer to the JSR documentation.
- Application Limits
- Autocomplete Limits
- Button Limits
- Channel Limits
- Embed Limits
- Emoji Limits
- Guild Limits
- Interaction Limits
- Message Limits
- Modal Limits
- Moderation Limits
- Role Limits
- Select Menu Limits
- Sticker Limits
- Text Input Limits
- User Limits
Usage
import { ApplicationCommandNameLimit } from 'discord-limits';
console.log('The limit of the application command name is:', ApplicationCommandNameLimit)
Contributing
Contributions are welcome! Please feel free to submit a Pull Request on our GitHub repository.
Credits
This library was heavily inspired by the SapphireJS utilities library. We extend our gratitude to the SapphireJS team for their excellent work.
License
Completely free and licensed under the MIT license. But if you want, you can give me a star on GitHub.