Readd command_prefix

This commit is contained in:
2022-08-14 13:53:24 +02:00
parent 3f8be91e09
commit 5571fa18a8

View File

@ -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 from discord_reminder_bot.settings import bot_token, config_timezone, log_level, scheduler, sqlite_location
bot = commands.Bot( bot = commands.Bot(
command_prefix="!",
description="Reminder bot for Discord by TheLovinator#9276", description="Reminder bot for Discord by TheLovinator#9276",
intents=discord.Intents.all(), intents=discord.Intents.all(),
) )