From e978d4c26755909a149f41eced9e3dafc977d34b Mon Sep 17 00:00:00 2001 From: Someone Date: Sun, 9 Jan 2022 22:59:42 +0100 Subject: [PATCH] core/AbstractCommand.py --- core/AbstractCommand.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/AbstractCommand.py b/core/AbstractCommand.py index 013df98..20d8e0a 100644 --- a/core/AbstractCommand.py +++ b/core/AbstractCommand.py @@ -8,6 +8,10 @@ class RequireException(Exception): class AbstractCommand(): + ICON_PUBLIC = "📢 " + ICON_DM = "👥 " + ICON_PRIVATE = "🥷 " + URL = None TEAM_ID = None TRIGGER = None -- 2.43.0