From dbd0a58f70c1dcb290ce62a3408f5c78596fac3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Thu, 15 Dec 2022 00:08:12 +0100 Subject: [PATCH] Remove description because you can see it --- discord_reminder_bot/main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/discord_reminder_bot/main.py b/discord_reminder_bot/main.py index bec9d42..c8f0378 100644 --- a/discord_reminder_bot/main.py +++ b/discord_reminder_bot/main.py @@ -45,9 +45,7 @@ def send_webhook(url=webhook_url, message: str = "discord-reminder-bot: Empty me @bot.command(name="remind") async def base_command(ctx: interactions.CommandContext): - """This description isn't seen in the UI (yet?) - - This is the base command for the reminder bot.""" + """This is the base command for the reminder bot.""" pass