Skip to content

Releases: HanSaloZu/Borisbot

v2.1.0 - 2021-04-12

11 Apr 22:51

Choose a tag to compare

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

01 Apr 22:17

Choose a tag to compare

Added

  • guild-info - gives complete information about the guild
  • user-info - gives complete information about the user/guild member
  • flipcoin - flip a coin
  • btc - gives the current bitcoin price (Powered by CoinDesk)

Removed

  • member-count
  • guild-owner
  • guild-created-at

These commands have been superseded by the guild-info command.

  • registered-at
  • joined-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

13 Jan 23:00

Choose a tag to compare

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

12 Jan 19:36

Choose a tag to compare

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

12 Jan 17:28

Choose a tag to compare

Added

Commands

  • guild-created-at command to get the creation time of the guild
  • member-count command to get full amount of members in the guild
  • guild-owner command to get the owner of the guild
  • registered-at command to get the time when the user was registered
  • joined-at command to get the time when the user joined the guild
  • ban command for mass and single banning the users
  • kick command for mass and single kicking the users
  • purge command 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