Skip to content

Releases: ava-cassiopeia/discord-text-adventure-bot

Add $qqq Command

03 Jul 19:42

Choose a tag to compare

Adds the $qqq command, which can only be run by a "bot admin", which kills the currently running game and shuts down the bot.

Also adds $admin (and new config) to support the setting of a bot admin.

Improved Game File Loading

02 Jul 18:59

Choose a tag to compare

Minor release which adds better warning messages about missing game files.

discord.io to discord.js Migration

26 Jun 01:49

Choose a tag to compare

Per #41, the bot has been migrated from the discord.io framework to discord.js.

Audit Fixes

22 Jun 23:06

Choose a tag to compare

Both GitHub and NPM flagged a few different dependencies of this project. This release updates these deps to remove those potentially bad deps.

Post-cleanup Release

17 Feb 17:44
64afe49

Choose a tag to compare

This release should be pretty much the same as v0.13.0. It is just a release marking the refactor and unit tests as part of a stable build.

Updated Discord.io, Now Working on Windows

03 Feb 23:43

Choose a tag to compare

Updated discord.io to version that works with current Discord API. Also now supports running on Windows with a VM or the Linux Subsystem for Windows.

Fixed Plaintext Output Bug

28 Oct 22:47

Choose a tag to compare

Fixed a bug with the plaintext output that would sometimes cause dfrotz debugging information to also be outputted.

Tweaked Info Command Wording

22 Jul 20:20

Choose a tag to compare

Tweaked info command wording to be a little clearer; just like the title says.

Fixed Output Bug on Some Games

22 Jul 03:17

Choose a tag to compare

Fixed a bug where games with very large output were not being parsed properly by the parser.

Added Fix for Certain Text Adventures

21 Jul 01:46

Choose a tag to compare

Added fix for certain text adventures' output being cut off, thanks to @TheSofox