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

Releases: makigas/makibot

v0.27.0

31 Jul 17:24
Compare
Choose a tag to compare

Features

v0.26.0

29 Jul 23:57
Compare
Choose a tag to compare

Features

  • new response embeds for hooks and interactions (#394) (828fd7f)
  • verify: display seconds until cooldown (bfe4212)

Bug Fixes

  • welcome messages are not being presented (179b996)

v0.25.0

28 Jul 20:30
Compare
Choose a tag to compare

Features

  • add a function to build message embeds (c8eeadc)
  • handle un-pinning in the pin hook (f1aa1ea)

Refactor

  • use the new message quote in pins (1982d3c)

v0.24.1

26 Jul 19:19
Compare
Choose a tag to compare

This is a maintenance release with minor changes that fix problems and don't add any new features.

Bug Fixes

  • catch errors during command interactions (#379) (5cf03cc)

Refactor

v0.24.0

21 Jul 20:30
Compare
Choose a tag to compare

Features

v0.23.0

13 Jul 22:55
Compare
Choose a tag to compare

Features

Refactor

v0.22.0

26 Jun 08:14
Compare
Choose a tag to compare

(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

08 Jun 20:32
Compare
Choose a tag to compare

Features

  • grant +1 of karma on 👋 (5004543)
  • handle karma using a slash command (58363cf)

v0.20.1

30 May 15:53
Compare
Choose a tag to compare

Bug Fixes

  • member mutenotified tag is not being set (3a3e0ca)

v0.20.0

28 May 19:38
Compare
Choose a tag to compare

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)