Skip to content

Volte V3.0.3

Compare
Choose a tag to compare
@GreemDev GreemDev released this 24 Sep 04:47
· 202 commits to v3 since this release

This release contains mostly bug fixes, but there's some QoL improvements as well.
Note that Volte releases will be ONLY executables now, and not .zip files. The file with the .exe extension is for Windows 10, and the extension-less one is for Linux.

End-User Changes

  • Command logs are now sent in a single log message. This change is to prevent this from happening.
  • The Color command now has an image in it that is purely the role's color.
  • ShowColor command: feed the bot an RGB or Hex value and it'll show you what that color looks like.
  • All instance of server have been replaced by guild as that is what the Discord API documentation refers to them as.
  • JoinLeaveLog has been renamed to GuildLogging, you'll have to update your config accordingly. (Literally just change join_leave_log to guild_logging in your volte.json file.
  • Volte now has the ability to send starting notifications to your GuildLogging option.
    • It sends shutdown only if the owner Shutdown command was used, otherwise it's not sent.
  • WelcomeDm feature: DM someone with a message when they join your guild.
    • You can configure this via the WelcomeDmMessage (Wdmm for short) command.
  • Grammar in the TagDelete command has been fixed.
  • The Info command now shows the amount of successful/unsuccessful command invocations since the bot has started.

Nerd Changes

  • Qmmands' implicit operators have been used in TypeParsers.
  • TrySendMessage user & channel extension added.
  • All Discord-related extensions have been moved from different files to one file, DiscordExtensions.cs.