Skip to content

Releases: Baviaan/lotro

Mariner

29 Oct 10:38
Compare
Choose a tag to compare

Added the Mariner class.

End of Twitter support

05 Aug 17:56
Compare
Choose a tag to compare
  • Twitter API has become paid, so this has been disabled.
  • Bugfix with the /specs command

New Forums

07 Jun 23:42
Compare
Choose a tag to compare
  • Redirected the /events command to the new website.
  • Data added for U36.

Class button toggle

07 May 18:07
Compare
Choose a tag to compare

Changes:

  • Class buttons now work as a toggle instead of only as a sign up button.
  • Delay for class buttons reduced to 3s and delay completely removed for sign up all button.
  • You can no longer schedule an event more than one year in advance.
  • Data updated to U35.1.2

U35

26 Mar 23:01
Compare
Choose a tag to compare
U35

Additions:

  • Added /lov and /gwath for the new U35 instance and raid
  • Updated loot data for U35
  • Show a warning if you are scheduling an event in the past
  • Warden can no longer spec yellow

Bugfixes:

  • You can once again sign up with a creep class if you have set your /specs.
  • No longer ask for manage event permissions if you do not use the discord calendar.

Class specs, Creeps and Loot tables

26 Feb 00:39
Compare
Choose a tag to compare

New commands:

  • Added /loot command that displays drop rates of chests in game.
  • Added /creep command to schedule creep raids.
  • Added /specs command to set a spec for your class (e.g. red).

Improvements:

  • Allow reading of config values from environment variables.
  • Guild scheduled events are now handled by the discord.py library.
  • Added U34 instances.
  • Delay updating of the raid post by 10s to avoid rate limits when assigning players.

Bugfixes:

  • Fixed a crash when an official LotRO event did not have an end date.

discord.py 2.0 release

29 Oct 14:57
Compare
Choose a tag to compare

Switch from beta version of discord.py to official release.

Library support for slash commands

25 May 17:37
Compare
Choose a tag to compare
  • Now discord.py supports slash commands the bot switched to using the library's slash command implementation.
  • !sync command has been added to sync all of the bot's commands with discord.
  • For the raid table the not null constraint was dropped on the tier and boss column in 5.3.0, this release now makes use of that.

Library update

26 Apr 22:46
Compare
Choose a tag to compare

Adapted for breaking change on discord.py master: the library swapped the item and interaction arguments.

Library update

21 Mar 17:53
Compare
Choose a tag to compare

Adapted for breaking change on discord.py master: the library no longer automatically defers the interaction response.