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

v0.7.2

Choose a tag to compare

@simonknittel simonknittel released this 02 Jan 14:22
· 92 commits to master since this release

Important changes

  • You can now enable plugins without having to restart with !enable <name>
    • Example: !enable dice
  • !config is temporarily disabled, because it does not work as expected and can overrite parts of your config.json

Changes

  • [music-bot plugin] When you leave out the channel in the !music enter Channel command and you are in a voice channel right now, it will try to join your voice channel

  • You can now give an operator a wildcard for each plugin to grant him all permissions of this plugin.

    • Example:
    "operators": {
        "user id here": {
            "permissions": [
                "music-bot:*"
            ]
        }
    }
  • Added internal event system

  • The bot will now notify the owner through a direct message if a new version is available.

  • The bot will now show the enabled plugins on start-up.