Volte V3.2.1.1
This release is minor, however important.
NOTE: I am no longer manually uploading binaries to the release page. You can get a pre-built Volte binary here.
Changes
- Offloaded the checks that the bot runs on startup for the config into the Config class; it was too confusing having them in VolteBot.
- Fixed a crash when using the Reload command and having
log_all_commands
set to true in the config. Thanks, @BarisYildiz! - Enhanced QuoteLinkReply: It now shows images in the message you quoted. It should have done this before but I messed up the code.
- Removed StringBuilder#Append(Line)If extension methods as they weren't working properly (and actually partially caused the ReloadCommand bug)
- Fixed Eval Inspect() showing a backtick and then a number on type names.
- All dependencies (including LiteDB) updated to the latest possible version, including some dependencies which were updated to beta builds.
- Modified QuoteService (aka QuoteLinkReply) to be able to identify and act upon discord.com message URLs.
- Added "BigEmote" and "HugeEmote" as aliases to the BigEmoji command.
- The IAm command now warns you if the guild you're in doesn't have any roles available to apply to yourself.
- Added some "please report this to the developer" messages for rare errors.
- Many other extremely minor changes and fixes.