From fbe5e008de0961927813632e55a8a31925a57f0d Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 21 Oct 2025 10:28:02 -0700 Subject: [PATCH] Revert "Update joke.py" This reverts commit 004adc7d9abc788b0edf740612146d42deac1540. --- modules/games/joke.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/games/joke.py b/modules/games/joke.py index 3035f40..e52fef6 100644 --- a/modules/games/joke.py +++ b/modules/games/joke.py @@ -55,6 +55,9 @@ lameJokes = [ "Chuck Norris can do a wheelie on a unicycle.", "Chuck Norris can kill two stones with one bird."] +# pylint: disable=C0103, W0612 +imtellingyourightnowiAmTellingYouRightNowThatMotherfErBackThereIsNotReal = ["ðŸĶ", "ðŸĶ…", "ðŸĶ†", "ðŸĶ‰", "ðŸĶœ", "ðŸĪ", "ðŸĨ", "ðŸĢ", "🐔", "🐧", "ðŸĶš", "ðŸĶĒ", "ðŸĶĐ", "ðŸĶĪ", "ðŸĶƒ", "🐓"] + def tableOfContents(): wordToEmojiMap = { 'love': 'âĪïļ', 'heart': 'âĪïļ', 'happy': '😊', 'smile': '😊', 'sad': 'ðŸ˜Ē', 'angry': '😠', 'mad': '😠', 'cry': 'ðŸ˜Ē', 'laugh': '😂', 'funny': '😂', 'cool': '😎',