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

Releases: TruckersMP/botranktir

v2.5.0

06 Mar 10:33
Compare
Choose a tag to compare

v2.5.0 (06/03/2021)

Changed

  • Updated dependencies to resolve all reported security vulnerabilities in packages (e20c597, a801d46)
  • Updated the lock file version (e20c597)

v2.4.3

11 Dec 17:43
Compare
Choose a tag to compare

v2.4.3 (11/12/2020)

Changed

v2.4.2

06 Dec 10:12
Compare
Choose a tag to compare

v2.4.2 (06/12/2020)

Changed

v2.4.1

12 Sep 10:31
bde2d93
Compare
Choose a tag to compare

v2.4.1 (12/09/2020)

Changed

v2.4.0

01 Aug 15:01
9153b7f
Compare
Choose a tag to compare

v2.4.0 (01/08/2020)

Added

  • Added the Guild Manager role which is used for checking permissions when the command is only for Administrators (407c404)
  • Added the Util class with a method for splitting embeds (used in the [p]config command) (0503026)

Fixed

  • Fixed setting the client's activity (7a2a4eb)

Changed

  • The build/ folder is now deleted before creating a new build to avoid conflicts (62b1fee)
  • Lowered the throttling for most of commands (4bbf07b)
  • Updated dependencies (e602750)

v2.3.2

11 Jul 22:07
1b41630
Compare
Choose a tag to compare

v2.3.2 (11/07/2020)

Fixed

  • Fixed the bot version in the package.json file (#19)

v2.3.1

11 Jul 18:14
c1cc3c1
Compare
Choose a tag to compare

v2.3.1 (11/07/2020)

Changed

  • Changed the default prefix of commands to - (previously +) (#18)

v2.3.0

11 Jul 17:50
8f410c8
Compare
Choose a tag to compare

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)

v2.2.1

05 Jul 13:50
Compare
Choose a tag to compare

v2.2.1 (05/07/2020)

Fixed

  • Fixed the output of the [p]help command in DM (#16)

v2.2.0

04 Jul 17:37
759bc7e
Compare
Choose a tag to compare

v2.2.0 (04/07/2020)

Added

  • Added an option to change the bot prefix per-guild with a new [p]prefix command
  • Added a command to generate the bot invite link; [p]join
  • Added an option to hide configurations from the [p]config command output

Changes

  • Added command details to the [p]help command output
  • Removed Markdown in the command description from the [p]help command output
  • Updated dependencies

Notes

To check new features more in-depth, take a look at #15.