forked from rDrama/rDrama
1
0
Fork 0

Update const.py

Sidebar Artist badge
master
idio3 2022-01-06 19:19:39 -06:00 committed by GitHub
parent 88ba370a41
commit 82f06d4702
1 changed files with 5 additions and 1 deletions

View File

@ -458,6 +458,10 @@ BADGES = {
'name': 'Marsey Award',
'description': 'This user is limited to posting marseys'
},
99: {
'name': 'Sidebar Artist',
'description': 'Contributed artwork featured on the sidebar'
},
}
AWARDS = {
@ -765,4 +769,4 @@ NOTIFIED_USERS = {
'kippy': KIPPY_ID,
}
num_banners = len(listdir('files/assets/images/Drama/banners')) + 1
num_banners = len(listdir('files/assets/images/Drama/banners')) + 1