You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug level_permissions role ID changed itself on it's own, it went from 652209234183979010 to 652209234183979000 (notice the second to last digit).
Bot Info
Bot version (check with @modmail about): 3.5.0
Host method (Heroku, self-host, etc): self-host
To Reproduce
Frankly, I have no idea how this happened. Bot was working just fine for about 2 years (with regular updates) and this happened all of sudden.
Error Logs
Bot was not displaying any specific errors how or when this happened, my staff members only noticed none of the commands suddenly worked for them, in the logs all I saw was:
09/29/20 12:32:10 __main__[1177] - WARNING: User Dark Messiah does not have permission to use this command: `areply` (SUPPORTER).
09/29/20 12:32:10 __main__[1179] - WARNING: CheckFailure: The check functions for command areply failed.
Additional context
One thing I've noticed in the database is that the arrays of role IDs for level_permissions object are not strings like other IDs throughout the config (such as main_category_id or log_channel_id), instead they are Int64 for some reason.
The text was updated successfully, but these errors were encountered:
Describe the bug
level_permissions
role ID changed itself on it's own, it went from 652209234183979010 to 652209234183979000 (notice the second to last digit).Bot Info
Bot version (check with
@modmail about
): 3.5.0Host method (Heroku, self-host, etc): self-host
To Reproduce
Frankly, I have no idea how this happened. Bot was working just fine for about 2 years (with regular updates) and this happened all of sudden.
Error Logs
Bot was not displaying any specific errors how or when this happened, my staff members only noticed none of the commands suddenly worked for them, in the logs all I saw was:
Additional context
One thing I've noticed in the database is that the arrays of role IDs for
level_permissions
object are not strings like other IDs throughout the config (such asmain_category_id
orlog_channel_id
), instead they are Int64 for some reason.The text was updated successfully, but these errors were encountered: