diff --git a/src/discordbot/discordbot.py b/src/discordbot/discordbot.py index f6d65de..1a651e1 100644 --- a/src/discordbot/discordbot.py +++ b/src/discordbot/discordbot.py @@ -23,7 +23,7 @@ intents.presences = True intents.message_content = True # Discord client -bot = Bot(command_prefix="!", intents=intents) +bot = Bot(command_prefix=".", intents=intents) # Scheduler scheduler = AsyncIOScheduler()