Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Release 1.6.0

Compare
Choose a tag to compare
@AurelicButter AurelicButter released this 28 Apr 00:17
· 12 commits to master since this release
22b3b52

Added

  • Added ability to have a custom welcome message for new members. Standard Discord styling still applies
  • Added ability to have a custom leave message for members. Standard Discord styling still applies
  • Added language localization for moderation commands and embeds.
  • Added local monitor argument. Allows for case-insensitive searching as well as the same abilities of Klasa's version.
  • Added inviteDetector monitor. Allow for servers to automatically filter messages for Discord server invites and delete them. Disabled by default.
  • Added Tic Tac Toe command. Play with either Margarine or another player in Tic Tac Toe. No MargarineUser account required.
  • Added setModLog command for server admins to set the moderation log channel.
  • Added Warn commands for server moderators to warn and un-warn users.
  • Added monitorToggle command. Allow server moderators to enable/disable monitors.

Modifications

  • Use native NPM engine check instead of validating Node version manually in envCheck.
  • Updated toTitleCase utility to handle multiple words within one string.
  • Updated TermsOfService for clarity, additional details, and better formating.

Fixes

  • Fixed an issue where util was not defined in the en-CA file
  • Fixed a TypeError issue with MAL_404ERR language key because it could not find the mal command.
  • Fixed an issue where setAvatar did not use localization and instead used a static string value.