From 8d4a32932ade9076faf0b2f87c5a23a23fced357 Mon Sep 17 00:00:00 2001 From: Someone Date: Sun, 9 Jan 2022 22:59:42 +0100 Subject: [PATCH] core/CoreCommandUse.py --- core/CoreCommandUse.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/CoreCommandUse.py b/core/CoreCommandUse.py index 821edb2..e9d2e65 100644 --- a/core/CoreCommandUse.py +++ b/core/CoreCommandUse.py @@ -10,9 +10,9 @@ from AbstractCommand import AbstractCommand class CoreCommandUse(AbstractCommand): TRIGGER = "use" CONFIG = {"display_name": "somebot-command", "auto_complete": True, - "auto_complete_hint": "[] 📢", + "auto_complete_hint": "[]", } - CONFIG["auto_complete_desc"] = CONFIG["description"] = "Display a hint (how) to use a feature." + CONFIG["auto_complete_desc"] = CONFIG["description"] = AbstractCommand.ICON_PUBLIC+"Display a hint (how) to use a feature." USEINFO = cleandoc(""" ``/use []`` can be used to retrieve information about features this :mattermost: and/or :robot: instance offers. It can also be used to hint somebody that they are not using a commonly used feature (correctly). :) -- 2.43.0