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
bot.py#update_perms is currently broken and only inserts into command_permissions even when it should write into level_permissions causing all existing command_permissions overrides in the database being completely overwritten every time you add or remove a new level permission.
bot.py#update_perms is currently broken and only inserts into
command_permissions
even when it should write intolevel_permissions
causing all existingcommand_permissions
overrides in the database being completely overwritten every time you add or remove a new level permission.Cause:
https://github.com/kyb3r/modmail/blob/802e74040797c9c64b285d50c4267625b4a5b82e/bot.py#L992
due to this the below following
https://github.com/kyb3r/modmail/blob/802e74040797c9c64b285d50c4267625b4a5b82e/bot.py#L1006
is always false.
The text was updated successfully, but these errors were encountered: