Releases: dignityofwar/digbot
Releases · dignityofwar/digbot
v4.0.0
What's Changed
- refactor: switched to go by @microwavekonijn in #127
- fix: docker not working, minor fixes by @microwavekonijn in #130
- Fix/release by @microwavekonijn in #132
New Contributors
- @github-actions made their first contribution in #128
Full Changelog: v3.4.5...v4.0.0
v3.4.5
- Some minor bug fixes
v3.4.2
- Fixed some bugs regarding process management that caused issues that stopped the bot from closing properly;
- Integration of a rate limiter using Redis;
- Improved database consistency by keeping track of Guilds, Roles, Channels and Emojis;
- General improvements and fixes.
v3.3.9
- Fixed role hierarchy evaluation;
- Initial implementation http rest api.
v3.3.8
- Added Auto-Role system;
- Improvements and optimizations.
v3.3.7
- Moved from Prisma to Mikro ORM, as Prisma was bloated and missing important features.
v3.3.2
- Small fix in dependecies.
v3.3.1
- Replaced Discord.js with Detritus;
- Replaced TypeORM for Prisma;
- Added join reaction roles.
v3.3.0
- Upgraded to Discord.js v13;
- Use of slash commands;
- Removed dragons command.
v3.0.1: Merge pull request #112 from dignityofwar/v3.x
- Added helpers for message formatting;
- Minor aesthetic improvements commands;
- Implemented
JoinSettingsController
; - Fix state mangement MCS;
- Refactored
DiscordModule
; - Minor bug fixes.