- Mode housekeeping
- Remove bullshit command and add it as auto chat message prompt when someone says bullshit in chat.
- Adjust and test Greetings. (Needs more tweaks.)
- Dependencies upgrades and fixes for breaking changes
- Fix presence
- Update CI infrastructure
- Remove most chat commands in favor of slash commands
- Housekeeping
- Add puns command.
- Add rule34 command.
- Migrate SQLite to MongoDB for database solution. This was done to ease off migrations and reduce server side backups for .db files.
- Add KMongo as MongoDB wrapper to use coroutine features KMongo provides.
- Migrate Warn, Kick and Ban commands to use MongoDB instead of SQLite.
- Migrate functionality for Global Guild Config.
- Remove Exposed and SQLite related JDBC driver providing dependencies.
- Add repository structure to interact with MongoDB.
- General housekeeping to make codebase clean.
- Add Phishing link protection to scan for scam links and send a notification to that channel.
- Add Top.gg library to send total number of guilds.
- Fix slash commands registry
- Enhance Reboot, Steam and Poll command
- Add feature flag support for dynamic features toggle from gitlab
- Bundled noods.json resource to the package until better solution is made available
- Housekeeping and other optimizations
- Fix and enhance nudes command.
- Add nudes command (added by Mayank - mostwanted002)
- Update dependencies
- Suppressed greetings until new suitable solution is found.
- Minor code cleanup