Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Releases: makigas/makibot

v0.31.2

30 Aug 12:25
Compare
Choose a tag to compare

Bug Fixes

  • csgo: fix typo in message sent after antispam triggers (9c1e099)
  • prevent double warns (66d86c0)

Chore

  • build: add chore in the changelog (6cefe5d)
  • csgo: add more terms to the antispam list (cebeac2)

v0.31.1

28 Aug 17:48
Compare
Choose a tag to compare
  • csgo: update the blocklist with new URLs to filter 8b5a264
  • deps: update dependencies

v0.31.0

21 Aug 20:35
Compare
Choose a tag to compare

Features

  • cmd: add unwarn command (9d50a16)

v0.30.0

21 Aug 19:50
Compare
Choose a tag to compare

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

15 Aug 12:10
Compare
Choose a tag to compare

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)

v0.28.0

12 Aug 22:20
Compare
Choose a tag to compare

Refactor

Notable chores

v0.27.4

05 Aug 06:25
Compare
Choose a tag to compare

Bug Fixes

  • karma: only grant karma for regular messages (dc3490f)

v0.27.3

04 Aug 22:05
Compare
Choose a tag to compare

Features

  • allow disabling verification (1840116)

v0.27.2

01 Aug 19:26
Compare
Choose a tag to compare

Bug Fixes

  • wrong variable used for the bounty command (b0cf92b)

v0.27.1

31 Jul 17:43
Compare
Choose a tag to compare

Bug Fixes

  • ephemeral condition is wrong (0196e78)