From 1a55c1ec84adc960a42ea5db7c92c91272f5d2dc Mon Sep 17 00:00:00 2001 From: FatherHal <95137430+FatherHal@users.noreply.github.com> Date: Sat, 27 Nov 2021 09:24:48 -0700 Subject: [PATCH] Update const.py --- files/helpers/const.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index e68eb5e0f..cff250917 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -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 \ No newline at end of file +EMOJI_THREAD = 22479