This repository was archived by the owner on May 24, 2020. It is now read-only.
v0.7.1
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": [ "*" ] } }