This repository has been archived by the owner on Sep 8, 2024. It is now read-only.
Releases: makigas/makibot
Releases · makigas/makibot
v0.3.2
- 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
v0.3.0
- 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.