core/CoreCommandUse.py
authorSomeone <someone@somenet.org>
Sun, 9 Jan 2022 21:59:42 +0000 (22:59 +0100)
committerSomeone <someone@somenet.org>
Sun, 9 Jan 2022 21:59:42 +0000 (22:59 +0100)
core/CoreCommandUse.py

index 821edb25d884460513f0a2b983130f8b82c13a87..e9d2e65179a276154fc6723a1092365612363ffb 100644 (file)
@@ -10,9 +10,9 @@ from AbstractCommand import AbstractCommand
 class CoreCommandUse(AbstractCommand):
     TRIGGER = "use"
     CONFIG = {"display_name": "somebot-command", "auto_complete": True,
-              "auto_complete_hint": "[<feature>] 📢",
+              "auto_complete_hint": "[<feature>]",
              }
-    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 [<topic>]`` 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). :)