Skip to content

Volte V2.4.1

Compare
Choose a tag to compare
@GreemDev GreemDev released this 17 May 04:16

Although this is a patch release, this version has a lot of cool additions/changes.

End-User Changes

  • Warn System! Warn your users when they do enough wrong for it to be warranted, but not enough for a ban/kick to occur.
    • You can clear any user's warns or see them all via their respective commands.
      • Warn: warn a user
      • Warns: see all warns or the 10 most recent ones
      • ClearWarns: clear all warns for a specific user
    • All of this (except Warns) is documented in your server's mod-log!
  • Owner module renamed to BotOwner to prevent confusion; "I am the server owner, why don't I have access to this module?"
  • ServerAdmin module renamed to AdminUtility to better suit the type of commands in it.
  • Command info/list is now shown regardless of permission level, so you can see moderator commands if you're not a moderator etc.
  • Type Parser error messages are now more clear, such as "Role not found."
  • Avatar command now shows the TARGET user rather than command invoker, changed for clarification.
  • Commands command now shows all available commands registered to the bot when the target module is not specified.
    • Changed the command's Description to reflect this change.
  • Eval command actually works now, I had the incorrect namespace included in the imports so the script wouldn't run. Oops!
  • Previously, the Modules command showed all but one module. This was a non-reported bug, and was caught by me when renaming modules, and it has been fixed.
  • Debug system removed entirely as debug.scarsz.me was deprecated.
    • There will be a system replacing it in the future.

Nerd Changes

Volte.Data.Objects -> Volte.Data.Models namespace rename, and refactored accordingly.
Volte.Commands.Modules.Owner -> Volte.Commands.Modules.BotOwner
Volte.Commands.Modules.ServerAdmin -> Volte.Commands.Modules.AdminUtility