Skip to content

Releases: dignityofwar/digbot

v4.0.0

01 Sep 17:57
60470b3
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @github-actions made their first contribution in #128

Full Changelog: v3.4.5...v4.0.0

v3.4.5

06 Nov 13:06
5637a24
Compare
Choose a tag to compare
  • Some minor bug fixes

v3.4.2

24 Oct 21:39
d11e936
Compare
Choose a tag to compare
  • 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

11 Sep 19:47
abf2ccc
Compare
Choose a tag to compare
  • Fixed role hierarchy evaluation;
  • Initial implementation http rest api.

v3.3.8

01 Sep 19:50
Compare
Choose a tag to compare
  • Added Auto-Role system;
  • Improvements and optimizations.

v3.3.7

30 Aug 22:21
Compare
Choose a tag to compare
  • Moved from Prisma to Mikro ORM, as Prisma was bloated and missing important features.

v3.3.2

28 Aug 21:19
Compare
Choose a tag to compare
  • Small fix in dependecies.

v3.3.1

28 Aug 16:53
Compare
Choose a tag to compare
  • Replaced Discord.js with Detritus;
  • Replaced TypeORM for Prisma;
  • Added join reaction roles.

v3.3.0

14 Aug 18:02
Compare
Choose a tag to compare
  • Upgraded to Discord.js v13;
  • Use of slash commands;
  • Removed dragons command.

v3.0.1: Merge pull request #112 from dignityofwar/v3.x

10 Mar 00:38
7d57a32
Compare
Choose a tag to compare
  • Added helpers for message formatting;
  • Minor aesthetic improvements commands;
  • Implemented JoinSettingsController;
  • Fix state mangement MCS;
  • Refactored DiscordModule;
  • Minor bug fixes.