fix DELETE_MEDIA perm

pull/222/head
Aevann 2024-02-03 04:43:12 +02:00
parent ed9b053dad
commit c57539e3f8
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ PERMS = { # Minimum admin_level to perform action.
'ORGIES': 2,
'POST_BETS': 2,
'POST_BETS_DISTRIBUTE': 2,
'DELETE_MEDIA': 3,
'DELETE_MEDIA': 2,
'ADMIN_REMOVE': 3,
'ADMIN_ACTIONS_REVERT': 3,