Skip to content
This repository was archived by the owner on May 24, 2020. It is now read-only.

v0.7.1

Choose a tag to compare

@simonknittel simonknittel released this 01 Jan 18:53
· 96 commits to master since this release

Changes

  • [music-bot plugin] You can now define a channel which the bot should automatically join when started.

    • Example:
    "plugins": {
        "music-bot": {
            "autoJoinVoiceChannel": "General"
        }
    }
  • You can now give an operator a wildcard as permission to grant him all permissions.

    • Example:
    "operators": {
        "user id here": {
            "permissions": [
                "*"
            ]
        }
    }