Skip to content

Releases: Baviaan/lotro

Asyncio

17 Mar 18:47
Compare
Choose a tag to compare
  • Adapt code for breaking asyncio changes on discord.py master.
  • Fix class buttons not responding (role creation bug).

Bugfix

09 Mar 13:49
Compare
Choose a tag to compare
  • Once again 'HOST' is an optional setting and the bot will default to the first discord server it finds if it is not set.

The End of Message Contents

06 Mar 21:34
Compare
Choose a tag to compare
  • This release removes the code handling prefix commands in anticipation of discord discontinuing message contents.
  • All config values can now be specified as ENV variables instead of only the bot token.
  • The hiddenhoard raid has been added.

N.B. The requirements file has been updated.

Code Cleanup

07 Feb 18:39
Compare
Choose a tag to compare
Code Cleanup Pre-release
Pre-release
  • This release removes the code handling prefix commands in anticipation of discord discontinuing the functionality.
  • All config values can now be specified as ENV variables instead of only the bot token.
  • The hiddenhoard raid has been added.

Guild scheduled events

11 Jan 22:31
Compare
Choose a tag to compare

Feature:

  • There is now the option to post runs as a discord guild scheduled event.

N.B.

  • The requirements file has been updated
  • The database has been altered:
    alter table raids add column event_id integer;
    alter table settings add column guild_events integer;

Dynamic time zones

15 Dec 16:13
Compare
Choose a tag to compare

N.B. The requirements file has been updated. Since discord.py is no longer maintained, I had to fork it to add support for discord's new autocomplete feature for command arguments.

QoL:

  • The bot no longer asks for the send messages permission to turn off tweets. (This is now only required to turn on tweets.)
  • Reduced required permissions for the bot to function.
  • Added a command shortcut for Adkhât-zahhar.
  • The time zone commands now dynamically provide tz suggestions based on what the user is typing.

Bug fixes:

  • Fixed the logging of registering a command to log "201 created" as successful instead of failure.
  • Fixed a crash when attempting to post a tweet to a channel for which its permissions were revoked.

Miscellaneous:

  • Removed some legacy code.
  • Unsubscribed from DMs.

5.1.5

02 Nov 18:48
Compare
Choose a tag to compare
  • Respond to an interaction faster
  • No longer request reaction/emoji permissions in the invite link

Check for token in env

23 Oct 00:20
Compare
Choose a tag to compare
  • You can once again specify your discord bot token as an environment variable.

Code Cleanup

18 Oct 15:53
Compare
Choose a tag to compare

This cleans up some of the time handling code.

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.