forked from rDrama/rDrama
1
0
Fork 0

Update const.py

for badass outlaw badge
master
idio3 2022-01-20 13:03:50 -06:00 committed by GitHub
parent 9ef2fb20f6
commit 8c2ec9f6f4
1 changed files with 5 additions and 1 deletions

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