mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
Various small fixes
This commit is contained in:
parent
23c78f2c9c
commit
e70f1baa27
7 changed files with 395 additions and 784 deletions
|
@ -1,11 +1,11 @@
|
|||
### Config format example
|
||||
|
||||
Config files are currently located at `data/guilds/<guildId>.yml` (and `data/guilds/global.yml` for global plugins).
|
||||
Config files are currently located at `config/<guildId>.yml` (and `config/global.yml` for global plugins).
|
||||
|
||||
```yml
|
||||
levels:
|
||||
50: mod
|
||||
100: admin
|
||||
50: "1234" # Mod role id
|
||||
100: "5678" # Admin role id
|
||||
|
||||
plugins:
|
||||
mod_plugin:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue