From 8c2ec9f6f481b51cb0c786a8f7d44a2a4549ab89 Mon Sep 17 00:00:00 2001 From: idio3 <95141553+idio3@users.noreply.github.com> Date: Thu, 20 Jan 2022 13:03:50 -0600 Subject: [PATCH] Update const.py for badass outlaw 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 4f7a01c45f..8f6abf28c3 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -477,6 +477,10 @@ BADGES = { 'name': 'Benefactor', 'description': 'Gave the Benefactor award to someone' }, + 104: { + 'name': 'BADASS OUTLAW', + 'description': 'Bad boy who does not play by the rules' + }, } AWARDS = { @@ -792,4 +796,4 @@ NOTIFIED_USERS = { } num_banners = len(listdir('files/assets/images/Drama/banners')) + 1 -num_sidebar = len(listdir('files/assets/images/Drama/sidebar')) + 1 \ No newline at end of file +num_sidebar = len(listdir('files/assets/images/Drama/sidebar')) + 1