This repository has been archived by the owner on Sep 8, 2024. It is now read-only.
Releases: makigas/makibot
Releases · makigas/makibot
v0.31.2
v0.31.1
v0.31.0
v0.30.0
Features
- libclank: add support for context menus (3566ba8)
- libclank: add moderation interactive menu (27cebf2)
- libclank: allow warns to have a custom duration (4132892)
- csgo: add hook for hard antispam (e663b04)
- antiflood: mute long time offenders (37d85d4)
- antispam: add more links to be caught (a5afde3)
Bug Fixes
- libclank: handle deleted messages and users in hooks (8ddcf83)
v0.29.0
This is a maintenance release with breaking changes. It rewrites the interaction commands to use the new APIs added to Discord.js 13 and removes the custom integration code. Commands "responder" and "desresponder" have been removed, since those only fulfill a specific request of my own server and they can be handled with a custom integration webhook.
Additionally, upgrades the glue libraries (discordjs-reaction-role and discordjs-voicerole) to v2.0.0 to fix them not working after upgrading the bot to Discord.js 13 due to some breaking changes in the ABI of the events handled by those features.
Refactor
- rewrite interactions using v9 API (27173a8)