Releases: Discord-InterChat/InterChat
Releases · Discord-InterChat/InterChat
v3.24.2
Chores
- node: increase max heap size for loading of image recogonition model (dev-737)
- Update Docker workflow to build, run, and publish Docker image (dev-737)
- release: 3.24.2 (dev-737)
v3.24.1
Bug Fixes
- deleteMsg: takes too long to delete msgs (dev-737)
- Update nsfwjs to version 4.1.0 and improve nsfw accuracy (dev-737)
Chores
v3.24.0
Features
- stats: support user install (dev-737)
Chores
v3.23.0
Features
- sentry: add prisma error support (dev-737)
Chores
v3.22.6
Code Refactoring
- Fix error handling in EditMessage command (dev-737)
Chores
v3.22.5
Code Refactoring
- fix deleteMsg permission check and fix editMsg (dev-737)
Chores
v3.22.4
Code Refactoring
- clean up onboarding code (dev-737)
- messages are no longer deleted (dev-737)
- fix some deepsource errors (dev-737)
Chores
v3.22.2
Bug Fixes
- fix random returns in command executes (dev-737)
Code Refactoring
- add customId suffix option to interaction handler decorator (dev-737)
- rename hubreportlogerr functions (dev-737)
- remove variables with short names (dev-737)
- more return statement stuff (dev-737)
- refactor blacklist command main file (dev-737)
- blacklist: refactor
/blacklist list
(dev-737)
- Update
ListBlacklists
command to use type guards and improve code readability (dev-737)
Chores
v3.22.1
Code Refactoring
- remove
void 0
in catch statements (dev-737)
Chores