From f197ae3ab53bdac88e93bad39d0853f816256406 Mon Sep 17 00:00:00 2001 From: tamservo Date: Sat, 9 Mar 2024 10:01:14 -0500 Subject: [PATCH] Add icon for Bearman --- robottas.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/robottas.py b/robottas.py index d79dfbe..d399131 100755 --- a/robottas.py +++ b/robottas.py @@ -899,6 +899,7 @@ class Robottas(commands.Bot): '20': '<:MAG:1067883814992486510>', '23': '<:ALB:1067874026871074887>', '2': '<:SAR:1067890949197414410>', + '38': ':teddy_bear:', } # Holds dictionary for driver 3-letter code to icon @@ -925,6 +926,7 @@ class Robottas(commands.Bot): 'MAG': '<:MAG:1067883814992486510>', 'ALB': '<:ALB:1067874026871074887>', 'SAR': '<:SAR:1067890949197414410>', + 'BEA': ':teddy_bear:', } # Holds dictionary for race states to icons