Merge pull request #63 from Vylpes/bug/28-role-configs

Add role configs to config template
This commit is contained in:
Vylpes 2021-11-23 14:43:58 +00:00 committed by GitHub
commit 19065dc3e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
"version": "2.2",
"core-ver": "1.0.4",
"author": "Vylpes",
"date": "22/04/2021"
"date": "23/11/2021"
},
"ban": {
"modrole": "Moderator",
@ -50,5 +50,12 @@
"warn": {
"modrole": "Moderator",
"logchannel": "mod-logs"
},
"role": {
"assignable": [
"Notify",
"VotePings",
"ProjectUpdates"
]
}
}