This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
Releases: TruckersMP/botranktir
Releases · TruckersMP/botranktir
v2.1.0
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
v2.0.3
v2.0.2
v2.0.1
v2.0.0
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 theRole
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 withADMINISTRATOR
- 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
v1.1.5
v1.1.5 (08/09/2019)
Fixed
- Fixed the configurable role limit when the guild is not defined in the config
v1.1.4
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
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)