This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
Releases: TruckersMP/botranktir
Releases · TruckersMP/botranktir
v2.5.0
v2.4.3
v2.4.3 (11/12/2020)
Changed
- Resolved a security vulnerability in npm/ini (GHSA-qqgx-2p2h-9c37) (#24)
v2.4.2
v2.4.2 (06/12/2020)
Changed
- Resolved a security vulnerability in sebhildebrandt/systeminformation (CVE-2020-26245) (#23)
- Updated dependencies (913cc30)
v2.4.1
v2.4.1 (12/09/2020)
Changed
- Resolved a security vulnerability in node-fetch/node-fetch (CVE-2020-15168) (#21)
v2.4.0
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
v2.3.2
v2.3.1
v2.3.0
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 (fromADMINISTRATOR
toMANAGE_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
v2.2.0
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.