By ArviX#8443
Version: Alpha
- Redis
- NodeJS 14 or higher
- Typescript installed (
npm i typescript -g)
- Execute command
npm ci - Rename
template.config.jsontoconfig.json - Add your bot token
- Add the notification webhook
- Add the notified people
- Edit redis host informations
- Add Github access token, to regen the bot token in need
- Set
regen_tokenontrue - Edit
src/Config/Events.ratio.json(The ratio is the number of times the WARNING event for a specific event must be triggered before triggering the danger event)
npm runortsc && node dist/main
- 11/15 events
- messageCreate
- messageDeleteBulk
- messageUpdate
- channelCreate
- channelDelete
- channelPinsUpdate
- channelUpdate
- guildBanAdd
- guildBanRemove
- guildMemberRemove
- guildMemberUpdate
- guildRoleCreate
- guildRoleUpdate
- guildRoleDelete
- guildUpdate
- Customization
- (Alpha) Customization
- Token Regeneration
- Sensibility Correction
- Telegram Notifications
- Discord Notifications
- Better Redis utilisation
- (Alpha) AntiFail System
- (Not Finished) Errors Catching
- Update Reminder
- Notify on shutdown
