From bafaeb0bf5e5e84414b1b381c1cea7cdd7b87997 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Wed, 18 Oct 2023 11:55:37 +0300
Subject: [PATCH 1/1] Added Mountain and Angel avatars
IssueID #9
settings.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/settings.py b/settings.py
index a41dffe..728ac0b 100644
--- a/settings.py
+++ b/settings.py
@@ -30,6 +30,7 @@ def make_settings_page(session):
('🙂', 'smily face'),
('😎', 'smiling face with sunglasses'),
('🤠', 'cowboy face'),
('😇', 'smiling face with halo'),
('😈', 'smiling face with horns'),
('👻', 'ghost'),
('💀', 'skull'),
@@ -58,15 +59,16 @@ def make_settings_page(session):
'Nature',
('🍀', 'four leaf clover'),
('🌻', 'sunflower'),
('🍄', 'mushroom'),
('🌝', 'full moon with face'),
('🌙', 'crescent moon'),
('☀️', 'sun'),
('🌧️', 'cloud with rain'),
('❄', 'snowflake'),
('🌲', 'evergreen tree'),
('🍄', 'mushroom'),
('⛰️', 'mountain'),
('🌊', 'wave'),
('🔥', 'fire'),
('❄', 'snowflake'),
'Space',
('🪐', 'planet'),
--
2.25.1
text/plain
This content has been proxied by September (ba2dc).