8000 Releases · Baviaan/lotro · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: Baviaan/lotro

Bugfix

12 Oct 16:40
Compare
Choose a tag to compare
  • Catch more errors when the bot is missing discord permissions.
  • Added log message that the twitter cog will not be loaded if twitter credentials are not provided.
  • Updated default line up in the example config files.

Bugfix

01 Oct 09:00
Compare
Choose a tag to compare
  • Fix checking permissions for non-admins
  • Check for the bot's embed links permission

Twitter

30 Sep 22:33
Compare
Choose a tag to compare

Features:

  • This adds the ability to follow a twitter account and have their tweets posted directly to discord.

Brawler

27 Sep 21:50
Compare
Choose a tag to compare

Add brawler support

Buttons

26 Sep 13:05
Compare
Choose a tag to compare

Features:

  • Added discord's new timestamp formatting to display times in everyone's local time zone
  • Change from 'reactions' to 'buttons'

Time & Kin

04 Jul 11:34
Compare
Choose a tag to compare

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

28 May 18:48
Compare
Choose a tag to compare

This should remove some of the errors in the logs when a user deletes the message before the bot attempts it.

The Fall of Khazad-dûm

18 May 00:55
Compare
Choose a tag to compare

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

08 Apr 14:46
Compare
Choose a tag to compare

Feature:

  • New /events command that parses the lotro forums and posts official events in your discord server.

Bugfix:

  • The /calendar command should work again.

Slash Commands

05 Apr 15:22
Compare
Choose a tag to compare

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.
0