From 5571fa18a86bf4ed8412c2972073cf8a1b472d0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sun, 14 Aug 2022 13:53:24 +0200 Subject: [PATCH] Readd command_prefix --- discord_reminder_bot/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/discord_reminder_bot/main.py b/discord_reminder_bot/main.py index 411928b..050a4a1 100644 --- a/discord_reminder_bot/main.py +++ b/discord_reminder_bot/main.py @@ -14,6 +14,7 @@ from discord_reminder_bot.countdown import calculate from discord_reminder_bot.settings import bot_token, config_timezone, log_level, scheduler, sqlite_location bot = commands.Bot( + command_prefix="!", description="Reminder bot for Discord by TheLovinator#9276", intents=discord.Intents.all(), )