Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

v2.3.0

Compare
Choose a tag to compare
@ShawnCZek ShawnCZek released this 11 Jul 17:50
· 34 commits to master since this release
8f410c8

v2.3.0 (11/07/2020)

Added

  • Added alias for the [p]emojilist command (3ac726d)
  • Added necessary client permissions for the [p]emojilist command (3ac726d)
  • Added an ability to get help for a command by its alias (3333a5a)
  • Added BotDeveloper struct (a61dd00)
  • Added @3ventic as a bot developer (a61dd00)
  • Added a rule for the maximum length of a code line (f558a45)

Removed

  • Removed the Prettier configuration as ESLint is already used (e6a01e4)

Fixed

  • Fixed setting the client activity for a longer period of the time (c5473b0)
  • Fixed displaying the emoji list if the guild has no emojis (10f39da)
  • Fixed displaying the emoji list with managed emojis (those which the bot cannot get) (955aab4)

Changed

  • Changed client requested permissions in the invite link from the [p]join command (51f9aac)
  • Changed required user permissions for [p]emojilist and [p]prefix commands (from ADMINISTRATOR to MANAGE_GUILD) (3ac726d)
  • Changed the Knex main file to TypeScript (3ac42f2)
  • Improved outputting the owners and bot developers in the [p]about command (a61dd00, c5473b0)
  • Moved migrations to a new database folder (3ac42f2)
  • Update dependencies (69a91d3)