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

Releases: makigas/makibot

v0.3.2

02 Jun 20:03
v0.3.2
Compare
Choose a tag to compare
  • Fixed hooks being registered twice or more whenever the bot losed internet connection and attempted to reconnect. This was visible by outsiders because suddenly the pin hook posted a message twice in the pinboard.
  • Renamed LeaveService to RosterService.
  • RosterService now sends a message to modlog when an user joins.
  • RosterService no longer posts unfunny jokes when an user leaves.

v0.3.1

27 May 17:11
v0.3.1
Compare
Choose a tag to compare
  • Fixed Docker image not building because of an invalid base image.

v0.3.0

27 May 16:58
v0.3.0
Compare
Choose a tag to compare
  • Added a leave hook that will print messages to a modlog channel if defined whenever an user leaves the server.
  • Changed !helper command to display the status when invoked without arguments.
  • Fixed commands that caused exceptions when handled in a DM because they expected to be received in a guild channel.
  • Removed admin commands from !help output when the user that issued the !help command is not the bot owner.
  • Changed custom isOwner() logic in the run() method of commands to the ownerOnly parameter in the command declaration.
  • Updated dependencies to the latest version of discord.js-commando.