Releases: Baviaan/lotro
Releases · Baviaan/lotro
Mariner
End of Twitter support
- Twitter API has become paid, so this has been disabled.
- Bugfix with the /specs command
New Forums
- Redirected the /events command to the new website.
- Data added for U36.
Class button toggle
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
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
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
Switch from beta version of discord.py to official release.
Library support for slash commands
- 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
Adapted for breaking change on discord.py master: the library swapped the item and interaction arguments.
Library update
Adapted for breaking change on discord.py master: the library no longer automatically defers the interaction response.