typescript-discord-bot
typescript-discord-bot copied to clipboard
Update to versions 2
The pull is a full rewire of the template.
Expanding on the core idea of the template making it easier for new bot developer to get started.
Full list of changes:
- Minimum version of node now 20.6.0
- Updated all packages
- Updated ESlint to uses flat config
- Restructured extended client
- Created dedicated Handler classes for commands, events, and interactions
- i18n reconfigure to make it easier to use
- upgraded to NodeNext for Compilation
- Removed shard manager