Skip to content

Volte V2.1

Choose a tag to compare

@GreemDev GreemDev released this 11 Feb 03:07

This release replaces the CustomCommand system with the Tag system.

Configurable Guild join/leave logging:

  • Be mentioned when the bot joins a guild with more bots than users.
  • Be notified when the bot joins/leaves a guild.

New Admin commands:

  • Tag Create

    • Aliases:
      • Tag Add
      • Tag New
    • Description: Creates a tag with the specified name and response.
  • Tag Delete

    • Aliases:
      • Tag Del
      • Tag Rem
    • Description: Deletes a tag with the specified name.

New Utility commands:

  • Tag

    • Description: Shows the response of the tag with the given name.
  • Tag Stats

    • Description: Shows the stats of a given tag.

Issues closed in this release:

Pull requests merged in this release:

  • None