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). :)