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

Releases: TruckersMP/botranktir

v2.1.0

28 Jun 09:41
0f9b8aa
Compare
Choose a tag to compare

v2.1.0 (28/06/2020)

Added

  • Added cleanup of data per guild and its channels and messages
  • Added tracking of emoji changes, and logging them to a special channel
  • Added a new command for generating the emoji list: [p]emojilist
  • Added a check for the latest release to the [p]about command

Fixes

  • Fixes to the [p]config command examples
  • Fixes to the [p]about command

Changes

  • Improve loading of the bot
  • Improve the [p]servers command
  • Rename role command files

Notes

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

v2.0.4

10 Jun 18:42
62b0734
Compare
Choose a tag to compare

v2.0.4 (10/06/2020)

Fixed

  • Fixed using custom emojis for reaction roles (#13)

v2.0.3

10 Jun 11:05
3212fcc
Compare
Choose a tag to compare

v2.0.3 (10/06/2020)

Fixed

  • Fixed rollbacking the migration of the configurations table (#12)

Changed

  • Updated all packages (#12)

v2.0.2

05 Jun 18:29
Compare
Choose a tag to compare

v2.0.2 (05/06/2020)

Fixed

  • Fixed user mentions in command replies (09e7a88)

Changed

  • Suggest using npm ci instead of npm install due to possible conflicts (aba5cb9)

v2.0.1

05 Jun 18:00
Compare
Choose a tag to compare

v2.0.1 (05/06/2020)

Fixed

  • Fixed production build (8dd0b97)
  • Fixed sending direct messages (8dd0b97)

v2.0.0

05 Jun 14:55
0bc10d4
Compare
Choose a tag to compare

v2.0.0 (05/06/2020)

Added

  • Added an own help command
  • Added the configurations module. Run the [p]config command for more details
  • Added proper deletion of data after leaving a guild, and getting a channel, a message, or a role deleted
  • Added ability to toggle single use for a reaction role - [p]togglerole
  • Added usage of Discord Intents
  • Added Emoji structure for easier work with emojis
  • Added necessary client permissions to commands
  • Added dotenv (replaced JSON configuration)
  • Added numeral
  • Added Prettier
  • Added .editorconfig
  • Added .gitattributes
  • Added .vscode/extensions.json

Fixed

  • Fixed setting the bot's activity by creating an interval

Removed

  • Removed previous JSON configuration example
  • Removed ability to specify what default commands should (not) be used
  • Removed unnecessary parameters from some Role static methods
  • Removed checking the existence of updated_at in the Role model
  • Removed CHANGELOG.md

Changed

  • Migrated the whole repository to TypeScript (thanks to @3ventic) - see #10 for more details
  • Replaced the raw event with partials (introduced in Discord.JS v12)
  • Replaced the servers list in the [p]servers command with server statistics
  • Reworked events with abstract classes
  • Introduced global variables for most used colors
  • Replaced MANAGE_GUILD permission with ADMINISTRATOR
  • Lowered throttling for most commands
  • Moved commands related to reaction roles to a special group
  • Used proper types for arguments
  • Turned RoleManager into a singleton instead of a global instance
  • Changed the documentation style
  • Changed the way how files are named
  • Updated README.md

Notes

To upgrade from previous versions, make sure to remove your own config/config.json file!
Additionally, make sure to apply correct intents in the Discord bot configuration! Check the installation process for more information.

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

v1.1.6

29 Mar 09:04
Compare
Choose a tag to compare

v1.1.6 (29/03/2020)

Changed

  • Updated dependencies, audit fix applied.

v1.1.5

08 Sep 08:37
e6d797a
Compare
Choose a tag to compare

v1.1.5 (08/09/2019)

Fixed

  • Fixed the configurable role limit when the guild is not defined in the config

v1.1.4

03 Sep 14:36
dbf8f60
Compare
Choose a tag to compare

v1.1.4 (03/09/2019)

Added

  • Added configurable role limits to the configuration file - limits

Fixed

  • Fixed a bug when the bot sometimes received the reaction role
  • Fixed stopping PM2

v1.1.3

22 Aug 14:30
ed39816
Compare
Choose a tag to compare

v1.1.3 (22/08/2019)

Added

  • Added a new command to display all bot's servers - [p]servers

Changed

  • Changed a confusing field text in the [p]about command output
  • Updated all dependencies (it may fix some rare bugs)