From d24651709eb1e4e14b82e43cf7077be67154bc29 Mon Sep 17 00:00:00 2001 From: TG Date: Thu, 3 Apr 2025 03:05:37 +0200 Subject: [PATCH] added important missing emoticons --- plugin.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugin.py b/plugin.py index 0033f7e..355afa3 100644 --- a/plugin.py +++ b/plugin.py @@ -151,6 +151,14 @@ emoji = {'innocent':'ʘ‿ʘ', 'resting-my-eyes':'ᴖ̮ ̮ᴖ', 'peepers':'ಠಠ', 'judgemental':'{ಠʖಠ}', + 'mad':'(◣_◢)', + 'stalker':'(⊙‿⊙)', + 'music':'♬♪♫♩( ( ( (((⦇(-_-)⦈))) ) ) )♬♪♫♩', + 'cool': '(⌐■_■)', + 'comrade':'(☭ ͜ʖ ☭)', + 'scared':'(⚆ᗝ⚆)', + 'hearts':'♥‿♥', + 'what?':'(•ิ_•ิ)?', } -- 2.35.3