From 8367bca4d5394bd0ee659ceec8ff249a19fbccbe Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 20 Oct 2024 17:42:00 -0700 Subject: [PATCH] Update joke.py --- modules/games/joke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/games/joke.py b/modules/games/joke.py index e80d14e..1c08459 100644 --- a/modules/games/joke.py +++ b/modules/games/joke.py @@ -85,7 +85,7 @@ def tableOfContents(): 'inning': '⚾️', 'quarter': '🏈', 'half': '🏈', 'overtime': '🏈', 'penalty': '⚽️', 'foul': '⚽️', 'timeout': '⏱️', 'substitute': 'πŸ”„', 'bench': 'πŸͺ‘', 'sideline': '🏟️', 'dugout': '⚾️', 'locker room': 'πŸšͺ', 'shower': '🚿', 'uniform': 'πŸ‘•', 'jersey': 'πŸ‘•', 'cleats': 'πŸ‘Ÿ', 'helmet': '⛑️', 'pads': 'πŸ›‘οΈ', 'gloves': '🧀', 'bat': '⚾️', 'ball': '⚽️', 'puck': 'πŸ’', 'stick': 'πŸ’', 'net': 'πŸ₯…', 'hoop': 'πŸ€', 'goalpost': 'πŸ₯…', 'whistle': 'πŸ””', 'scoreboard': 'πŸ“Š', 'fans': 'πŸ‘₯', 'crowd': 'πŸ‘₯', 'cheer': 'πŸ“£', 'boo': '😠', 'applause': 'πŸ‘', 'celebration': 'πŸŽ‰', 'parade': 'πŸŽ‰', 'trophy': 'πŸ†', 'medal': 'πŸ…', 'ribbon': 'πŸŽ€', 'cup': 'πŸ†', 'championship': 'πŸ†', - 'league': 'πŸ†', 'season': 'πŸ†', 'playoffs': 'πŸ†', 'finals': 'πŸ†', 'champion': 'πŸ†', 'runner-up': 'πŸ₯ˆ', 'third place': 'πŸ₯‰' + 'league': 'πŸ†', 'season': 'πŸ†', 'playoffs': 'πŸ†', 'finals': 'πŸ†', 'champion': 'πŸ†', 'runner-up': 'πŸ₯ˆ', 'third place': 'πŸ₯‰', 'snowman': 'β˜ƒοΈ', 'snowmen': '⛄️' } return wordToEmojiMap