150 assignable roles should be its own table to prevent limitations on length (#158)
* Add entity * Update role config command to use new entity * Update role command to use new entity * Remove legacy code from config command
This commit is contained in:
parent
6522bee37b
commit
514be692fd
6 changed files with 126 additions and 37 deletions
|
@ -5,7 +5,6 @@ bot.prefix: The bot prefix for the server (Default: "v!")
|
|||
|
||||
commands.disabled: Disabled commands, separated by commas (Default: "")
|
||||
|
||||
role.assignable: List of roles assignable to user, separated by commas (Default: "")
|
||||
role.moderator: The moderator role name (Default: "Moderator")
|
||||
role.administrator: The administrator role name (Default: "Administrator")
|
||||
role.muted: The muted role name (Default: "Muted")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue