Skip to content

Stable Release

Compare
Choose a tag to compare
@Taaku18 Taaku18 released this 15 Nov 02:40
· 1005 commits to master since this release
1465f8d

Added

  • Ability to change permission levels of individual commands.
    • See ?permissions override for more information.
  • thread_move_notify and thread_move_response to notify recipients if a thread is moved. (Thanks to Flufster PR#360)
  • IDs of messages sent to Modmail are now viewable. (Thanks to Flufster PR#360)

Fixed

  • ?help <some sub command>, will return Perhaps you meant: <some sub command>, now it's fixed.
    • For example, ?help add used to return Perhaps you meant: add, now it wouldn't do this.
  • Aliases and Permissions command names are always saved lowercase now.
  • An improved Dockerfile.

Internal

  • Use regex to parse Changes, Added, Fixed, etc and description.
  • Adds PermissionLevel.INVALID when commands don't have a permission level.