Skip to content

Volte V3.6.1

Compare
Choose a tag to compare
@GreemDev GreemDev released this 02 Apr 02:10
· 53 commits to v3 since this release

We've got some exciting stuff in this release: Reminders!
As always, you can find pre-built binaries for this release here.

  • Reminders

    • Use the $remind command to set a reminder for yourself. See $h remind to see how to use it.
      • Example: $remind 2d Go grocery shopping will remind you in 2 days to go grocery shopping. The time format is shown in $h remind.
  • Commands now assume the color of your name on Discord. This is a change that was present on V4 and I liked it so much I moved it here.

  • LoggingService is now a Logger static class; and as a result exception logging on Discord has been removed (it was mostly spammy anyways)

  • Welcoming content placeholders are now shown in commands where it's relevant to see what they are.

  • Removed Context#ReplyAsync and ReactAsync; moved them to EvalEnvironment.

  • Fixed grammatical error in Admin/Mod checks in help messages.

  • Commands will properly show avatar when the command invoker has a default avatar.

  • Using the help command on a group of commands will now show commands you have access to, as opposed to every command.