Releases: Baviaan/lotro
Bugfix
Bugfix
Brawler
Buttons
Time & Kin
Features:
New slash command /server_time which returns the current server time.
New slash command /list_players which lists the players signed up for your raid in order of sign up time.
New slash command /kin which lets you specify your kin role. Kin members will be distinguished with a marker on the sign up sheet.
Backend:
Log if registering a slash command was actually successful or not.
N.B. if you're upgrading from an older version you need to ad
8000
d columns timestamp
(integer) to the players table and priority
(integer) to the settings table in your existing database.
Bugfix
The Fall of Khazad-dûm
Feature:
- New slash command /fall has been added to accommodate scheduling the new raid.
Backend:
- Cleaned up some guild management.
Bugfix:
- Fixed an issue with timestamp conversion for hosts not set to UTC.
Events
Slash Commands
Features and user changes:
- Slash commands are here! (Note you are required to register the slash commands with discord before they can be used.)
- The sign up limit has been increased from 20 to 36.
- The calendar command has been restricted to raid leaders only.
Back end changes:
- There is a new community cog you can use to customize your instance without creating conflicts.
- Database code has been cleaned up to improve usability and prevent locking.
- Added a template language file for RU.
- The raid leader role is now stored by its id instead of name.
- Number of command invocations are now counted.
To accommodate the later two changes, either let the code generate a new db or manually make the following changes:
- The raid_leader column type has been changed from text to integer.
- Integer columns command_count and slash_count have been added.