From 0c0dc683ff32cd311729d9c8289cc724afea1689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Thu, 10 Apr 2025 11:01:04 +0300 Subject: [PATCH 1/1] Added Potted Plant avatar; bumped version to 9.7 IssueID #9 --- 50_bubble.py | 2 +- settings.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/50_bubble.py b/50_bubble.py index 12db8c2..e283e25 100644 --- a/50_bubble.py +++ b/50_bubble.py @@ -18,7 +18,7 @@ from utils import * from worker import * -__version__ = '9.6' +__version__ = '9.7' class Bubble: diff --git a/settings.py b/settings.py index a3c0ef4..91281de 100644 --- a/settings.py +++ b/settings.py @@ -293,6 +293,7 @@ def make_settings_page(session): 'Nature', ('🍀', 'four leaf clover'), ('ðŸŒŧ', 'sunflower'), + ('ðŸŠī', 'potted plant'), ('🍄', 'mushroom'), ('ðŸ•ļ', 'spider web'), ('🌝', 'full moon with face'), -- 2.34.1