Skip to content

Releases: hwsuk/harmony

1.6.0

26 Oct 17:12
5506a79
Compare
Choose a tag to compare

This release adds CeX search functionality.

1.5.1

23 Oct 13:43
15d455c
Compare
Choose a tag to compare

This release adds some configuration improvements:

  • db.replica_set_name is now optional; omitting this field from the configuration entirely will disable the use of MongoDB replica sets.
  • verify.token_prefix has been added to enable configuring the prefix of the verification token sent to the user when doing /verify.
  • Add the $_guild_name and $_subreddit_name replacement tokens to the verification template.

1.5.0

23 Oct 10:24
d201039
Compare
Choose a tag to compare

This release adds support for checking Discord and Reddit account ages during the verification process.

1.4.2

23 Oct 09:16
Compare
Choose a tag to compare

This release adds an initial response to the /ebay slash command to resolve an issue where the interaction could time out before a response was received

1.4.1

20 Oct 16:51
Compare
Choose a tag to compare

fix requirements

1.4.0

20 Oct 16:48
9c6d85c
Compare
Choose a tag to compare

Thanks to @sachinlim for providing the eBay scraping code: https://github.com/sachinlim/hwsuk-bot/blob/main/cogs/eBay.py

This release adds a slash command enabling users to search eBay to determine a sale price for their items.

1.3.1

20 Oct 14:50
Compare
Choose a tag to compare

This release has a small tweak to the reporting on Discord role cleanup, as well as removing a leftover debug log.

1.3.0

20 Oct 14:46
Compare
Choose a tag to compare

This release adds a scheduled job that checks if all users with the configured Discord verified role have a linked Reddit account.

1.2.8

20 Oct 13:08
Compare
Choose a tag to compare

This release fixes an issue that prevents the scheduled job from running.

1.2.7

20 Oct 13:06
Compare
Choose a tag to compare

This release adds some extra mod logging to the scheduled job.