This repository has been archived by the owner on Mar 13, 2022. It is now read-only.
Releases: mart-w/parrotbot
Releases · mart-w/parrotbot
v1.0.4: Minor improvements.
v1.0.3: Bugfixes.
- Added permission check before reacting to messages.
- Reinforced exception handling.
v1.0.2: Bugfix
Fixes a bug where the bot would not recognise mentions if the mentioned user had a nick.
v1.0.1: Bugfix
Fixed a bug where the bot would respond to messages before being fully initialised, raising exceptions.
v1.0.0: Improved usability
- 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
v0.2.1: Minor improvements.
- Fixed Bug #8
- Generated configuration files are now formatted with multiple lines.
v0.2.0: Configuration files
Changes and new features:
- The bot is now configured in a JSON file called
config.json
. Usage oftoken.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.
- 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
First release version