Skip to content

Releases: fng97/adventus

RIIR & adds voice introductions!

02 Apr 13:09
95466d6
Compare
Choose a tag to compare

What's Changed

Everything new is documented in the README.

Full Changelog: v1.0...v2024.4.2

v1.0 Slash commands and serverless!

10 Apr 14:39
0b9c31b
Compare
Choose a tag to compare

No longer have to leave Adventus running on my laptop. It now lives in the cloud! See the README for info on serverless, Discord interactions, and the system as a whole.

Here's an excerpt from the README with the new usage instructions:

Dice Roller

Use the /roll command to roll a dice. Documentation is provided in the pop-up. Optionally, use the rolls option to roll multiple dice with the same number of sides.

For example:

  • /roll sides: 20 returns: "@user rolled 13."
  • /roll sides: 6 rolls: 2 returns: "@user rolled 2, 5."

Enjoy!

v0.1 First release! Basic roller.

16 Feb 19:33
Compare
Choose a tag to compare

The first release! This adds a basic dice roller.

The command requires the bot to be running. The command syntax is the following.

!roll 2d6

The above returns something like: @user rolled 5, 2.

Happy rolling!