Update const.py

Sidebar Artist badge
This commit is contained in:
idio3 2022-01-06 19:19:39 -06:00 committed by GitHub
parent 29664735be
commit 91fa3749de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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