Update const.py

for badass outlaw badge
This commit is contained in:
idio3 2022-01-20 13:03:50 -06:00 committed by GitHub
parent 379bbc5005
commit 791c5ee27f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -477,6 +477,10 @@ BADGES = {
'name': 'Benefactor',
'description': 'Gave the Benefactor award to someone'
},
104: {
'name': 'BADASS OUTLAW',
'description': 'Bad boy who does not play by the rules'
},
}
AWARDS = {
@ -792,4 +796,4 @@ NOTIFIED_USERS = {
}
num_banners = len(listdir('files/assets/images/Drama/banners')) + 1
num_sidebar = len(listdir('files/assets/images/Drama/sidebar')) + 1
num_sidebar = len(listdir('files/assets/images/Drama/sidebar')) + 1