Add role configs to config template

This commit is contained in:
Ethan Lane 2021-11-23 11:41:40 +00:00
parent 5b9aac22d3
commit ee7fe3fd19
Signed by: Vylpes
GPG key ID: EED233CC06D12504

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"
]
}
}