Hotfix/99 role requires assignable (#100)
* Fix issue where roles are not in the config * Bump version to 2.1.3
This commit is contained in:
parent
49f04a19cd
commit
1168898e57
2 changed files with 1432 additions and 6 deletions
|
@ -9,10 +9,10 @@
|
||||||
],
|
],
|
||||||
"about": {
|
"about": {
|
||||||
"description": "Discord Bot for Vylpes' Den",
|
"description": "Discord Bot for Vylpes' Den",
|
||||||
"version": "2.1.2",
|
"version": "2.1.3",
|
||||||
"core-ver": "1.0.4",
|
"core-ver": "1.0.4",
|
||||||
"author": "Vylpes",
|
"author": "Vylpes",
|
||||||
"date": "29-May-21"
|
"date": "22-Jan-22"
|
||||||
},
|
},
|
||||||
"ban": {
|
"ban": {
|
||||||
"modrole": "Moderator",
|
"modrole": "Moderator",
|
||||||
|
@ -50,5 +50,12 @@
|
||||||
"warn": {
|
"warn": {
|
||||||
"modrole": "Moderator",
|
"modrole": "Moderator",
|
||||||
"logchannel": "mod-logs"
|
"logchannel": "mod-logs"
|
||||||
|
},
|
||||||
|
"role": {
|
||||||
|
"assignable": [
|
||||||
|
"Notify",
|
||||||
|
"VotePings",
|
||||||
|
"ProjectUpdates"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
1427
package-lock.json
generated
1427
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue