From 6dd4f0c4b68c2c6344695d5ab17e1dea8fc13f2e Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 8 Oct 2025 08:37:03 -0700 Subject: [PATCH] Update joke.py --- modules/games/joke.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/games/joke.py b/modules/games/joke.py index 7733870..a1f5ece 100644 --- a/modules/games/joke.py +++ b/modules/games/joke.py @@ -55,6 +55,8 @@ lameJokes = [ "Chuck Norris can do a wheelie on a unicycle.", "Chuck Norris can kill two stones with one bird."] +imtellingyourightnowiAmTellingYouRightNowThatMotherfErBackThereIsNotReal = ["ðŸĶ", "ðŸĶ…", "ðŸĶ†", "ðŸĶ‰", "ðŸĶœ", "ðŸĪ", "ðŸĨ", "ðŸĢ", "🐔", "🐧", "ðŸĶš", "ðŸĶĒ", "ðŸĶĐ", "ðŸĶĪ", "ðŸĶƒ", "🐓"] + def tableOfContents(): wordToEmojiMap = { 'love': 'âĪïļ', 'heart': 'âĪïļ', 'happy': '😊', 'smile': '😊', 'sad': 'ðŸ˜Ē', 'angry': '😠', 'mad': '😠', 'cry': 'ðŸ˜Ē', 'laugh': '😂', 'funny': '😂', 'cool': '😎',