Update const.py
Sidebar Artist badge
This commit is contained in:
parent
29664735be
commit
91fa3749de
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue