Releases: atomheartother/QTweet
Releases · atomheartother/QTweet
Release list
Maomao
- Huge rewrite of the bot as it now supports sharding
- Upgraded packages, postgres in particular, which means previous versions will have to migrate their DB
nodeversion bumped to 14 in an attempt to fix the docker+nodejs stream bug (it didn't)- New
!!tweetflags:--noretweet,--notextand--reverse. !!qtprefixallows you to customize your prefix per-server- Various bug fixes, in particular DM subscriptions being sanitized (woops) and the
--pingflag. - Allow people to request tweet counts of over 200 (and actually post more than 200 this time)
- Docker hub integration
- Fixed the
!!tweetidcommand when used on quoted tweets - User sanity check, can be configured in the
.envbut in short this should make it so deleted and banned accounts are automatically deleted at boot now and don't take up subscriptions.
Homu
I guess I have to pick a starting point for releases, it might as well be this one - this release has cascading deletes from guild -> channel -> subs and from users -> subs, so db integrity is pretty much clean at all times.
We also transpile .ftl files to contain ENV cariables, and overall make it so you can run multiple QTweet instances with different ENVs.