Releases: Baviaan/lotro
Releases · Baviaan/lotro
Asyncio
Bugfix
The End of Message Contents
- 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
- 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
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
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
Check for token in env
- You can once again specify your discord bot token as an environment variable.
Code Cleanup
This cleans up some of the time handling code.