Add command to set timezone role prefix #17
Labels
command
feature
permission: MANAGE_ROLES
To use this command, the user who executes it must have the MANAGE_ROLES permission on the server.
Milestone
A prefix is added to each role name before the timezone name to distinguish timezone roles from all other roles. This was added to prevent an issue where a role like
FIRST!
was converted to a timezone role (likeIRST - 5:43 PM
) wheneverupdateTimes()
orupdateAllTimes()
.It would be nice if users could customize this prefix using a command, or even add a suffix. More complicated identifiers could potentially be added using regular expression checking.
An alternate option would be to keep a running list of role IDs for each server/guild, but this would be memory-expensive and outweigh the costs of having a short role prefix or suffix on each role.
The text was updated successfully, but these errors were encountered: