This repository has been archived by the owner on Sep 8, 2024. It is now read-only.
Releases: makigas/makibot
Releases · makigas/makibot
v0.27.0
v0.26.0
v0.25.0
v0.24.1
v0.24.0
v0.23.0
v0.22.0
(See the Changelog.md for a deeper look, I did not use PRs in this version):
Features
- Include dsc.gg in the antispam system.
- !primo, !helper and !warn Commandos are now /primo, /helper and /warn slash commands.
- Moved all the admin commands to the clankctl REST API.
Refactor
- Replace custom TS API declarations with discord-api-types.
- Wrote a class factory to instantiate all the Interaction handlers.
- Make karma stats part of the Member class.
v0.21.0
v0.20.1
v0.20.0
Features
- automatically expire warns (f66ac27)
- automatically mute members with -3 karma (4e79ecd)
- handle heart as another +1 for karma (a67b36d)
Bug Fixes
- code doesn't run because that's not how type systems work (5720d20)
- wrong evaluation of undefined variable (0bfc498)
Refactor
- inline XDG_CONFIG_HOME instead of using a dep (d43db30)