From 6eab7ceaa34dbd35c5d8a697d9c4e6262f403164 Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 16:36:41 +0100 Subject: [PATCH] modules/CommandRandomFoodSource.py --- modules/CommandRandomFoodSource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/CommandRandomFoodSource.py b/modules/CommandRandomFoodSource.py index 0196115..59ff1d2 100644 --- a/modules/CommandRandomFoodSource.py +++ b/modules/CommandRandomFoodSource.py @@ -12,7 +12,7 @@ class CommandRandomFoodSource(AbstractCommand): CONFIG = {"display_name": "somebot-command", "auto_complete": True, "auto_complete_hint": "", } - USEINFO = CONFIG["auto_complete_desc"] = CONFIG["description"] = "Suggest a random food source." + USEINFO = CONFIG["auto_complete_desc"] = CONFIG["description"] = AbstractCommand.ICON_PRIVATE+"Suggest a random food source." def __init__(self, team_id, channel_id): -- 2.43.0