Update const.py

fish badge
This commit is contained in:
carpathianflorist 2021-12-10 13:01:13 -05:00 committed by GitHub
parent 8ce268ebe8
commit e2f48f2044
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -415,6 +415,10 @@ BADGES = {
'name': 'Dinner',
'description': 'Yes, it is edible'
},
90: {
'name': 'Fish',
'description': 'This user cannot be unfollowed'
},
}
AWARDS = {
@ -836,4 +840,4 @@ NOTIFIED_USERS = {
'landlordmessiah': LLM_ID,
' llm ': LLM_ID,
'landlet': LLM_ID,
}
}