Update const.py
This commit is contained in:
parent
c963ef0b38
commit
9de24eb63b
1 changed files with 9 additions and 1 deletions
|
@ -389,6 +389,14 @@ BADGES = {
|
|||
'name': 'Unblockable',
|
||||
'description': 'This user is unblockable'
|
||||
},
|
||||
88: {
|
||||
'name': 'Provider',
|
||||
'description': 'This user provided a bountiful feast for Thanksgiving'
|
||||
},
|
||||
89: {
|
||||
'name': 'Dinner',
|
||||
'description': 'Yes, it is edible'
|
||||
},
|
||||
}
|
||||
|
||||
AWARDS = {
|
||||
|
@ -751,4 +759,4 @@ TROLLTITLES = [
|
|||
]
|
||||
|
||||
BUG_THREAD = 18459
|
||||
EMOJI_THREAD = 22479
|
||||
EMOJI_THREAD = 22479
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue