A Template for coding discord bot using discord.js v14
- Install required packages using
npm install
- Add Bot Token & User ID in
./structures/config.js
Respective Examples are provided in each category
- Slash Commands
- Prefix Commands
- Buttons
- You can modify the extended Client Structure in
./strctures/client.js
- Status can be modified through client structure
- Configuration file is located inside structures folder