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

Releases: mart-w/parrotbot

v1.0.4: Minor improvements.

25 Jan 23:51
616c2a1
Compare
Choose a tag to compare
  • User filters now work more reliably.
  • Messages from other bots can no longer be quoted.
  • Messages beginning with > can no longer be quoted to avoid misbehaviour when other bots with the > prefix are in use.

v1.0.3: Bugfixes.

01 Jan 22:25
c938157
Compare
Choose a tag to compare
  • Added permission check before reacting to messages.
  • Reinforced exception handling.

v1.0.2: Bugfix

05 Dec 17:25
1276b2c
Compare
Choose a tag to compare

Fixes a bug where the bot would not recognise mentions if the mentioned user had a nick.

v1.0.1: Bugfix

10 Nov 22:21
c37b8e0
Compare
Choose a tag to compare

Fixed a bug where the bot would respond to messages before being fully initialised, raising exceptions.

v1.0.0: Improved usability

01 Nov 08:00
6d97b27
Compare
Choose a tag to compare
  • The bot now uses Discord’s built-in timestamps to display when a quoted message was posted. This way, the time automatically gets adjusted to the individual viewer’s timezone. If the message was edited, the bot now shows the time difference between when the message was posted and edited.
  • The bot now offers basic support functionality through @mention help and @mention info commands.
  • The bot now ignores requests from other bots to avoid loops.
  • The bot now supports mention strings in the author filter.
  • The bot now supports partial quotes; typing two instead of one greater-signs (>>) results in the bot showing just the part of the quoted message the bot was given instead of the whole message.

v0.3.0: More stability, more information

20 Oct 14:30
Compare
Choose a tag to compare
  • The bot now automatically reconnects after five seconds if Discord cuts the connection (#6).
  • A custom presence to be shown in the bot’s Discord profile (“playing …”) can now be set (#11).
  • The bot can now be set to list all connected servers in the terminal on startup (#10).

v0.2.1: Minor improvements.

17 Oct 18:33
Compare
Choose a tag to compare
  • Fixed Bug #8
  • Generated configuration files are now formatted with multiple lines.

v0.2.0: Configuration files

08 Oct 19:18
Compare
Choose a tag to compare

Changes and new features:

  • The bot is now configured in a JSON file called config.json. Usage of token.txt is now deprecated, but if it exists, the token will automatically be read and stored in the new configuration file.
  • The bot now supports posting the number of its connected servers to the Discord bot list sites discordbots.org and bots.discord.pw.

Bugfixes:

  • A bug was fixed that occurred when users entered certain symbols in the name of a quote’s author.

v0.1.1: Bugfixing and minor adjustments.

29 Sep 13:09
Compare
Choose a tag to compare
  • Fix bug where user input wasn’t escaped and could cause errors.
  • Add output of the amount of connected servers to the startup sequence.

v0.1.0: First release version

29 Sep 13:10
Compare
Choose a tag to compare
First release version