Merge pull request #125 from carpathianflorist/patch-9

Update const.py
master
Aevann1 2021-12-10 10:02:40 -08:00 committed by GitHub
commit 53608279a0
1 changed files with 5 additions and 1 deletions

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,
}
}