From 2ae634b434d7baade48bd1a09efb6e9008b3f084 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 8 Oct 2024 16:54:57 -0700 Subject: [PATCH] Update joke.py --- modules/games/joke.py | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/modules/games/joke.py b/modules/games/joke.py index 4759f40..74d1432 100644 --- a/modules/games/joke.py +++ b/modules/games/joke.py @@ -24,8 +24,37 @@ def sendWithEmoji(message): 'basketball': '๐Ÿ€', 'volleyball': '๐Ÿ', 'football': '๐Ÿˆ', 'rugby': '๐Ÿ‰', 'tennis': '๐ŸŽพ', 'frisbee': '๐Ÿฅ', 'ping pong': '๐Ÿ“', 'badminton': '๐Ÿธ', 'boxing': '๐ŸฅŠ', 'martial arts': '๐Ÿฅ‹', 'goal': '๐Ÿฅ…', 'golf': 'โ›ณ', 'skating': 'โ›ธ๏ธ', 'fishing': '๐ŸŽฃ', 'diving': '๐Ÿคฟ', 'running': '๐ŸŽฝ', 'skiing': '๐ŸŽฟ', 'sledding': '๐Ÿ›ท', 'curling': '๐ŸฅŒ', 'climbing': '๐Ÿง—', 'yoga': '๐Ÿง˜', 'surfing': '๐Ÿ„', 'swimming': '๐ŸŠ', 'water polo': '๐Ÿคฝ', 'cycling': '๐Ÿšด', 'mountain biking': '๐Ÿšต', 'horse riding': '๐Ÿ‡', 'kneeling': '๐ŸงŽ', 'weightlifting': '๐Ÿ‹๏ธ', 'gymnastics': '๐Ÿคธ', 'wrestling': '๐Ÿคผ', 'handball': '๐Ÿคพ', - 'juggling': '๐Ÿคน', 'meditation': '๐Ÿง˜', 'sauna': '๐Ÿง–', 'rock climbing': '๐Ÿง—', 'stop': '๐Ÿ›‘' - } + 'juggling': '๐Ÿคน', 'meditation': '๐Ÿง˜', 'sauna': '๐Ÿง–', 'rock climbing': '๐Ÿง—', 'stop': '๐Ÿ›‘', 'computer': '๐Ÿ’ป', 'phone': '๐Ÿ“ฑ', 'email': '๐Ÿ“ง', 'camera': '๐Ÿ“ท', 'video': '๐Ÿ“น', 'music': '๐ŸŽต', + 'guitar': '๐ŸŽธ', 'piano': '๐ŸŽน', 'drum': '๐Ÿฅ', 'microphone': '๐ŸŽค', 'headphone': '๐ŸŽง', 'book': '๐Ÿ“š', 'newspaper': '๐Ÿ“ฐ', 'magazine': '๐Ÿ“–', 'pen': '๐Ÿ–Š๏ธ', 'pencil': 'โœ๏ธ', 'paintbrush': '๐Ÿ–Œ๏ธ', + 'scissors': 'โœ‚๏ธ', 'ruler': '๐Ÿ“', 'globe': '๐ŸŒ', 'earth': '๐ŸŒŽ', 'moon': '๐ŸŒ•', 'star': '๐ŸŒŸ', 'comet': 'โ˜„๏ธ', 'rocket': '๐Ÿš€', 'airplane': 'โœˆ๏ธ', 'car': '๐Ÿš—', 'bus': '๐ŸšŒ', 'train': '๐Ÿš†', + 'bicycle': '๐Ÿšฒ', 'motorcycle': '๐Ÿ๏ธ', 'boat': '๐Ÿšค', 'ship': '๐Ÿšข', 'helicopter': '๐Ÿš', 'tractor': '๐Ÿšœ', 'ambulance': '๐Ÿš‘', 'fire truck': '๐Ÿš’', 'police car': '๐Ÿš“', 'taxi': '๐Ÿš•', 'truck': '๐Ÿšš', + 'tractor': '๐Ÿšœ', 'construction': '๐Ÿšง', 'traffic light': '๐Ÿšฆ', 'stop sign': '๐Ÿ›‘', 'fuel': 'โ›ฝ', 'battery': '๐Ÿ”‹', 'light bulb': '๐Ÿ’ก', 'flashlight': '๐Ÿ”ฆ', 'candle': '๐Ÿ•ฏ๏ธ', 'lamp': '๐Ÿ›‹๏ธ', + 'bed': '๐Ÿ›๏ธ', 'sofa': '๐Ÿ›‹๏ธ', 'chair': '๐Ÿช‘', 'table': '๐Ÿ›‹๏ธ', 'toilet': '๐Ÿšฝ', 'shower': '๐Ÿšฟ', 'bathtub': '๐Ÿ›', 'sink': '๐Ÿšฐ', 'mirror': '๐Ÿชž', 'door': '๐Ÿšช', 'window': '๐ŸชŸ', + 'key': '๐Ÿ”‘', 'lock': '๐Ÿ”’', 'hammer': '๐Ÿ”จ', 'wrench': '๐Ÿ”ง', 'screwdriver': '๐Ÿช›', 'saw': '๐Ÿชš', 'drill': '๐Ÿ› ๏ธ', 'toolbox': '๐Ÿงฐ', 'paint roller': '๐Ÿ–Œ๏ธ', 'brush': '๐Ÿ–Œ๏ธ', 'broom': '๐Ÿงน', + 'mop': '๐Ÿงฝ', 'bucket': '๐Ÿชฃ', 'vacuum': '๐Ÿงน', 'washing machine': '๐Ÿงบ', 'dryer': '๐Ÿงบ', 'iron': '๐Ÿงบ', 'hanger': '๐Ÿงบ', 'laundry': '๐Ÿงบ', 'basket': '๐Ÿงบ', 'trash': '๐Ÿ—‘๏ธ', 'recycle': 'โ™ป๏ธ', + 'plant': '๐ŸŒฑ', 'tree': '๐ŸŒณ', 'flower': '๐ŸŒธ', 'leaf': '๐Ÿƒ', 'cactus': '๐ŸŒต', 'mushroom': '๐Ÿ„', 'herb': '๐ŸŒฟ', 'bamboo': '๐ŸŽ', 'rose': '๐ŸŒน', 'tulip': '๐ŸŒท', 'sunflower': '๐ŸŒป', + 'hibiscus': '๐ŸŒบ', 'cherry blossom': '๐ŸŒธ', 'bouquet': '๐Ÿ’', 'seedling': '๐ŸŒฑ', 'palm tree': '๐ŸŒด', 'evergreen tree': '๐ŸŒฒ', 'deciduous tree': '๐ŸŒณ', 'fallen leaf': '๐Ÿ‚', 'maple leaf': '๐Ÿ', + 'ear of rice': '๐ŸŒพ', 'shamrock': 'โ˜˜๏ธ', 'four leaf clover': '๐Ÿ€', 'grapes': '๐Ÿ‡', 'melon': '๐Ÿˆ', 'watermelon': '๐Ÿ‰', 'tangerine': '๐ŸŠ', 'lemon': '๐Ÿ‹', 'banana': '๐ŸŒ', 'pineapple': '๐Ÿ', + 'mango': '๐Ÿฅญ', 'apple': '๐ŸŽ', 'green apple': '๐Ÿ', 'pear': '๐Ÿ', 'peach': '๐Ÿ‘', 'cherries': '๐Ÿ’', 'strawberry': '๐Ÿ“', 'kiwi': '๐Ÿฅ', 'tomato': '๐Ÿ…', 'coconut': '๐Ÿฅฅ', 'avocado': '๐Ÿฅ‘', + 'eggplant': '๐Ÿ†', 'potato': '๐Ÿฅ”', 'carrot': '๐Ÿฅ•', 'corn': '๐ŸŒฝ', 'hot pepper': '๐ŸŒถ๏ธ', 'cucumber': '๐Ÿฅ’', 'leafy green': '๐Ÿฅฌ', 'broccoli': '๐Ÿฅฆ', 'garlic': '๐Ÿง„', 'onion': '๐Ÿง…', 'mushroom': '๐Ÿ„', + 'peanuts': '๐Ÿฅœ', 'chestnut': '๐ŸŒฐ', 'bread': '๐Ÿž', 'croissant': '๐Ÿฅ', 'baguette': '๐Ÿฅ–', 'flatbread': '๐Ÿฅ™', 'pretzel': '๐Ÿฅจ', 'bagel': '๐Ÿฅฏ', 'pancakes': '๐Ÿฅž', 'waffle': '๐Ÿง‡', 'cheese': '๐Ÿง€', + 'meat': '๐Ÿ–', 'poultry': '๐Ÿ—', 'bacon': '๐Ÿฅ“', 'hamburger': '๐Ÿ”', 'fries': '๐ŸŸ', 'pizza': '๐Ÿ•', 'hot dog': '๐ŸŒญ', 'sandwich': '๐Ÿฅช', 'taco': '๐ŸŒฎ', 'burrito': '๐ŸŒฏ', 'tamale': '๐Ÿซ”', + 'stuffed flatbread': '๐Ÿฅ™', 'falafel': '๐Ÿง†', 'egg': '๐Ÿฅš', 'fried egg': '๐Ÿณ', 'shallow pan of food': '๐Ÿฅ˜', 'pot of food': '๐Ÿฒ', 'fondue': '๐Ÿซ•', 'bowl with spoon': '๐Ÿฅฃ', 'green salad': '๐Ÿฅ—', + 'popcorn': '๐Ÿฟ', 'butter': '๐Ÿงˆ', 'salt': '๐Ÿง‚', 'canned food': '๐Ÿฅซ', 'bento box': '๐Ÿฑ', 'rice cracker': '๐Ÿ˜', 'rice ball': '๐Ÿ™', 'cooked rice': '๐Ÿš', 'curry rice': '๐Ÿ›', 'steaming bowl': '๐Ÿœ', + 'spaghetti': '๐Ÿ', 'roasted sweet potato': '๐Ÿ ', 'oden': '๐Ÿข', 'sushi': '๐Ÿฃ', 'fried shrimp': '๐Ÿค', 'fish cake': '๐Ÿฅ', 'moon cake': '๐Ÿฅฎ', 'dango': '๐Ÿก', 'dumpling': '๐ŸฅŸ', 'fortune cookie': '๐Ÿฅ ', + 'takeout box': '๐Ÿฅก', 'crab': '๐Ÿฆ€', 'lobster': '๐Ÿฆž', 'shrimp': '๐Ÿฆ', 'squid': '๐Ÿฆ‘', 'oyster': '๐Ÿฆช', 'ice cream': '๐Ÿจ', 'shaved ice': '๐Ÿง', 'ice cream cone': '๐Ÿฆ', 'doughnut': '๐Ÿฉ', 'cookie': '๐Ÿช', + 'birthday cake': '๐ŸŽ‚', 'shortcake': '๐Ÿฐ', 'cupcake': '๐Ÿง', 'pie': '๐Ÿฅง', 'chocolate bar': '๐Ÿซ', 'candy': '๐Ÿฌ', 'lollipop': '๐Ÿญ', 'custard': '๐Ÿฎ', 'honey pot': '๐Ÿฏ', 'baby bottle': '๐Ÿผ', + 'glass of milk': '๐Ÿฅ›', 'hot beverage': 'โ˜•', 'teapot': '๐Ÿซ–', 'teacup without handle': '๐Ÿต', 'sake': '๐Ÿถ', 'bottle with popping cork': '๐Ÿพ', 'wine glass': '๐Ÿท', 'cocktail glass': '๐Ÿธ', 'tropical drink': '๐Ÿน', + 'beer mug': '๐Ÿบ', 'clinking beer mugs': '๐Ÿป', 'clinking glasses': '๐Ÿฅ‚', 'tumbler glass': '๐Ÿฅƒ', 'cup with straw': '๐Ÿฅค', 'bubble tea': '๐Ÿง‹', 'beverage box': '๐Ÿงƒ', 'mate': '๐Ÿง‰', 'ice': '๐ŸงŠ', + 'chopsticks': '๐Ÿฅข', 'fork and knife': '๐Ÿด', 'spoon': '๐Ÿฅ„', 'kitchen knife': '๐Ÿ”ช', 'amphora': '๐Ÿบ', 'globe showing Europe-Africa': '๐ŸŒ', 'globe showing Americas': '๐ŸŒŽ', 'globe showing Asia-Australia': '๐ŸŒ', + 'globe with meridians': '๐ŸŒ', 'world map': '๐Ÿ—บ๏ธ', 'mountain': 'โ›ฐ๏ธ', 'volcano': '๐ŸŒ‹', 'mount fuji': '๐Ÿ—ป', 'camping': '๐Ÿ•๏ธ', 'beach with umbrella': '๐Ÿ–๏ธ', 'desert': '๐Ÿœ๏ธ', 'desert island': '๐Ÿ๏ธ', + 'national park': '๐Ÿž๏ธ', 'stadium': '๐ŸŸ๏ธ', 'classical building': '๐Ÿ›๏ธ', 'building construction': '๐Ÿ—๏ธ', 'brick': '๐Ÿงฑ', 'rock': '๐Ÿชจ', 'wood': '๐Ÿชต', 'hut': '๐Ÿ›–', 'houses': '๐Ÿ˜๏ธ', 'derelict house': '๐Ÿš๏ธ', + 'house with garden': '๐Ÿก', 'office building': '๐Ÿข', 'japanese post office': '๐Ÿฃ', 'post office': '๐Ÿค', 'hospital': '๐Ÿฅ', 'bank': '๐Ÿฆ', 'hotel': '๐Ÿจ', 'love hotel': '๐Ÿฉ', 'convenience store': '๐Ÿช', + 'school': '๐Ÿซ', 'department store': '๐Ÿฌ', 'factory': '๐Ÿญ', 'japanese castle': '๐Ÿฏ', 'castle': '๐Ÿฐ', 'wedding': '๐Ÿ’’', 'tokyo tower': '๐Ÿ—ผ', 'statue of liberty': '๐Ÿ—ฝ', 'church': 'โ›ช', 'mosque': '๐Ÿ•Œ', + 'hindu temple': '๐Ÿ›•', 'synagogue': '๐Ÿ•', 'shinto shrine': 'โ›ฉ๏ธ', 'kaaba': '๐Ÿ•‹', 'fountain': 'โ›ฒ', 'tent': 'โ›บ', 'foggy': '๐ŸŒ', 'night with stars': '๐ŸŒƒ', 'sunrise over mountains': '๐ŸŒ„', 'sunrise': '๐ŸŒ…', + 'cityscape at dusk': '๐ŸŒ†', 'sunset': '๐ŸŒ‡', 'cityscape': '๐Ÿ™๏ธ', 'bridge at night': '๐ŸŒ‰', 'hot springs': 'โ™จ๏ธ', 'carousel horse': '๐ŸŽ ', 'ferris wheel': '๐ŸŽก', 'roller coaster': '๐ŸŽข', 'barber pole': '๐Ÿ’ˆ', + 'circus tent': '๐ŸŽช', 'locomotive': '๐Ÿš‚', 'arm': '๐Ÿ’ช', 'leg': '๐Ÿฆต' + } # type format to clean it up words = message.lower().split() i = 0