Releases: HanSaloZu/Borisbot
Releases · HanSaloZu/Borisbot
v2.1.0 - 2021-04-12
Added
uptime- sends the bot uptime
Fixed
- Fixed deleting messages with the specified user (the wrong number of messages was requested from the server)
- Fixed checking of permission to delete messages, now permission to delete messages is checked not on the entire server, but only in the channel where the deletion takes place
- Fixed error in passing message arguments
- Fixed vulnerability of ban/kick commands, when the initiator of the command had permission to ban/kick
members, but had a lower role than the member that was banned/kicked
Technical Features
- Minor changes and optimizations
Documentation/Github
- Updated the list of commands
v2.0.0 - 2021-04-02
Added
guild-info- gives complete information about the guilduser-info- gives complete information about the user/guild memberflipcoin- flip a coinbtc- gives the current bitcoin price (Powered by CoinDesk)
Removed
member-countguild-ownerguild-created-at
These commands have been superseded by the guild-info command.
registered-atjoined-at
These commands have been superseded by the user-info command.
Technical Features
- The npm packages have been updated
- Removed getUserIdFromMention util. All user mentions are obtained from the built-in message property
- Added http util to simplify http requests to api
Documentation/Github
- Updated the list of commands
v1.1.0 - 2021-01-14
Added
Commands
version- gives the current version of the bot
Fixed
- The reference to non-existent command removed from help
- The bug where the bot could not find the offline user has been fixed
Changed
Commands
- Added new command to
help
Technical Features
- Move from Promises to async/await
- Changed the way to get user objects
Documentation/Github
- Added list of permissions that the bot must have to work properly
- Added new command to list of commands
v1.0.1 - 2021-01-12
Fixed
- Fix returning a non-zero code on docker image building
Changed
Documentation/Github
- Changed instructions for installing a bot without using Docker in the README.md file
v1.0.0 - 2021-01-12
Added
Commands
guild-created-atcommand to get the creation time of the guildmember-countcommand to get full amount of members in the guildguild-ownercommand to get the owner of the guildregistered-atcommand to get the time when the user was registeredjoined-atcommand to get the time when the user joined the guildbancommand for mass and single banning the userskickcommand for mass and single kicking the userspurgecommand for bulk and single deletion of messages
Features
- configuration of message prefix, date format and message colors
Technical Features
- Dockerfile and .dockerignore to install and run bot using Docker
Documentation/Github
- README.md file file with a short description, list of commands and instructions for installing and running the bot
- LICENSE file with MIT license
- bug_report.md and feature_request.md templates