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