From d30d2748d029f8ed4abd779d60b9101bb8f2ebe8 Mon Sep 17 00:00:00 2001 From: carpathianflorist <80724128+carpathianflorist@users.noreply.github.com> Date: Fri, 10 Dec 2021 13:01:13 -0500 Subject: [PATCH 1/6] Update const.py fish badge --- files/helpers/const.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index b08765110..4bf178b31 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -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, -} \ No newline at end of file +}