From 482b46e5d4712caecdf75236788d4f1b623dbf20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Mon, 5 Jun 2023 07:33:49 +0300 Subject: [PATCH 1/1] Added more avatars Evergreen Tree, Mushroom, Wave, Steam Locomotive, Yin Yang. IssueID #9 --- settings.py | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/settings.py b/settings.py index bb1978b..3ec9a7b 100644 --- a/settings.py +++ b/settings.py @@ -56,7 +56,9 @@ def make_settings_page(session): ('🌝', 'full moon with face'), ('☀️', 'sun'), ('🌧️', 'cloud with rain'), - ('⛄️', 'snowman'), + ('🌲', 'evergreen tree'), + ('🍄', 'mushroom'), + ('🌊', 'wave'), 'Space', ('🪐', 'planet'), @@ -92,15 +94,20 @@ def make_settings_page(session): ('🎱', 'billiards'), ('⚽️', 'soccer ball'), ('🏈', 'American football'), + ('⛄️', 'snowman'), 'Travel', ('🛞', 'wheel'), - ('🚗', 'car'), - ('🏍️', 'motorcycle'), ('🚲', 'bicycle'), + ('🏍️', 'motorcycle'), + ('🚗', 'car'), ('⛵️', 'sailboat'), - ('⛱️', 'beach umbrella'), ('✈️', 'airplane'), + ('🚂', 'steam locomotive'), + ('⛱️', 'beach umbrella'), + + 'Miscellaneous', + ('☯️', 'yin yang'), ] if not is_empty_query(req): try: -- 2.34.1