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': '😎',