Skip to content

Volte V3.6

Compare
Choose a tag to compare
@GreemDev GreemDev released this 23 Mar 22:03
· 66 commits to v3 since this release

This update introduces some exciting changes, namely a completely revamped help command courtesy of @Abyssal, and their bot Lament.
This update will be going live at about midnight CST, or 00:00 3/24/21.
As always, you can find a pre-built copy of Volte here.

  • All-new Help command
    • Volte will now give in-depth explanations as to what each command argument means, as well as display what checks are needed; i.e. "You need the Admin role."
  • Volte Addons
    • An experimental feature that may or may not work as intended. Use at your own risk.
  • ShowResponsibleModerator
    • You can now disable Volte's display of the moderator who punished someone when the bot DM'd them. Use the $settings showmod command.
  • Dump Config
    • You can now, using the $settings dump command, post your entire guild settings to https://paste.greemdev.net for getting support with Volte.
  • Fixed Purge modlog entries not being made when ReplyInline was enabled.
  • All Admin commands have been moved; commands that change bot settings for your guild are now in the Settings module.
  • All commands that edit a specific setting, like SelfRoleAdd, SelfRoleRemove, etc have been put in their own modules, allowing for subcommands.
    • This means that, for example, SelfRoleAdd is now SelfRole Add.
  • Eval is no longer a Service, it is now a static helper class.
  • DatabaseService#UpdateData has been renamed to just Save.
  • Many namespaces have been collapsed; for example Volte.Commands.Results is now just in Volte.Commands, while it is still in the Results directory.
  • And more.