Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Releases: mloberg/dwight-discord-bot

v3.1.0

08 Sep 00:32
ee2d3ad
Compare
Choose a tag to compare
  • Adds new /many command to pull from a Deck of Many Things
  • Adds new /tricks command to pull from a Bag of Tricks
  • bug fixes

v3.0.0

14 Aug 15:24
Compare
Choose a tag to compare

Transitioned to slash commands. These provide a better a better interface for commands with clear options, some validation, and if the bot isn't running, the command will error. This was made possible by upgrading to Discord.js v13 and Node 16.

Upgrading

The recommended way of running Dwight is via Docker. If you are currently using Docker, stop the old container and start a new one using the 3 tag. You will also need to run the install command.

docker run --rm -e BOT_TOKEN=xxx -e CLIENT_ID=xxx ghcr.io/mloberg/dwight-bot:3 install [your-guild-id]
docker run -e BOT_TOKEN=xxx ghcr.io/mloberg/dwight-bot:3

If you are running Dwight manually, you can follow the steps above to move to Docker. Otherwise refer to the manual instructions as how you run Dwight has changed.

v2.0.0

06 May 03:02
c0ab719
Compare
Choose a tag to compare

Removed CLI style flag parsing (--flag) in favor of more natural text. This was done by replacing yargs with regex. That means commands like ?treasure --hoard 4 is now ?treasure hoard 4.

Added a new ?portent command for managing portent dice for a Divination Wizard.

The default prefix has changed from _ to ?.

v1.2.0

21 Dec 03:25
9d53022
Compare
Choose a tag to compare

New

  • Node 14
  • New table command for rolling on the Magic Items Tables

Fixes

  • madness: filter out bot users and allow sending to multiple users
  • prune: add a "purge" alias

v1.1.0

07 Nov 03:42
a290ebc
Compare
Choose a tag to compare

Changes

  • Change logging format to JSON
  • Allow mentioning the bot user instead of using the prefix

Improvements

  • More consistent config handling

v1.0.0

09 Sep 18:37
5c02faf
Compare
Choose a tag to compare

First stable release. Enjoy