Discord bot written for WhiteHat Hacking discord server.
-
To check for errors:
npm run errorWatcher
-
To lint code:
npm run lint
-
To format code:
npm run format
-
To test code:
npm run dev
- Rename
.env.example
to.env
- Paste discord token, client ID, guild ID in
.env
- Change prefix, if required.
- Run
npm ci --omit=dev
- Run
npm run build
- Run
npm run start
- All logs go in
prod.log
- Add modmail feature
- Add permission handling for text commands
- Add help command
- Add commands
- Timeout
- Mute (role)
- Warn
- Note
- Allow disabling of commands/categories
- Store settings
- Create logging channel
- Send moderation logs
- Send spam logs
- Send link logs
- Send file scan logs
- Allow blocking of users
- Add more command properties
- Add context menu based commands