Implemented custom per-channel !toke commands in back-end.

This commit is contained in:
rainbow napkin 2024-12-15 09:51:32 -05:00
parent 575244ac53
commit a1fbbea7b7
10 changed files with 159 additions and 29 deletions

View file

@ -135,6 +135,12 @@ module.exports.channelPermissionValidator = {
options: module.exports.isRank
},
},
'channelPermissionsMap.editTokeCommands': {
optional: true,
custom: {
options: module.exports.isRank
}
},
'channelPermissionsMap.deleteChannel': {
optional: true,
custom: {