This repository has been archived by the owner on Nov 6, 2021. It is now read-only.
Releases: LonelessCodes/trixiebot
Releases · LonelessCodes/trixiebot
v3.10.0
Features
- add watch command (a80b042)
Bug Fixes
- Core: allow loading TypeScript command files (86072e8)
- fixed @trixiebot not working (c7476e1)
- fixed findDefaultChannel() return type (195ff0a)
- fixed searching with AND, OR, NOT on derpi and e621 commands (6a7838a)
Deprecations
- remove less used commands: pat, touch, point, poke, bite, lick, tickle, smile, stare, holdhands, cuddle, snuggle, nuzzle, nom, ascii, fuck (93c6427)
Changes
- update trixie command (d9cd8fd)
- types: changed getNextSequence() context to any type (to allow for per-guild sequences like { type: string, guildId: string }) (5dd3fff)
- migrate to new hostname (56b7e22)
Improvements
- member log: update info message when Trixie joins the server (e73efa5)
- stats: improve type support and bad coding habits (523b0b5)
- allow registering multiple aliases per registerAlias() call on CommandRegistry and TreeCommand (9e49bf0)
- status: load only events from DB that are active or upcoming (a61da60)
v3.3.0
v3.1.0
TrixieBot v3.0.0
This is a new major release of TrixieBot, bringing, most importantly, a new i18n system.
Bug Fixes
- add missing licence headers (ffdb907)
- removed newline at end of translation (a8a966f)
- help: fixed help of several commands! (bd1c7ca)
- MessageContext#translator: check for instance of TextChannel (2365828)
Features
- changed logic in processor, dispatchers and command classes to use MessageContext and new Translation features (476b7df)
- prepare more stuff (c5b411d)
- update Paginator to support TranslationResolvables (afdab93)
- i18n: added German Translations (6261663)
- i18n: All new internationalization approach (5f9d535)
- i18n: make all translatable commands able to be translated (61266df)
- RateLimiter: add a toTranslation() method to get a i18n-able Resolvable back (471d4bf)