From 004adc7d9abc788b0edf740612146d42deac1540 Mon Sep 17 00:00:00 2001 From: Kelly Date: Tue, 21 Oct 2025 10:23:12 -0700 Subject: [PATCH] Update joke.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- modules/games/joke.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/games/joke.py b/modules/games/joke.py index e52fef6..3035f40 100644 --- a/modules/games/joke.py +++ b/modules/games/joke.py @@ -55,9 +55,6 @@ 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': '😎',