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

v0.7.7

Choose a tag to compare

@simonknittel simonknittel released this 06 Jan 18:33
· 58 commits to master since this release

Changes

  • You can now specify a channel which is required to request a command

    • Example:
    "plugins": {
        "music-bot": {
            "commands": {
                "add": {
                    "channel": "#music"
                }
            }
        }
    }