Change command prefix

This commit is contained in:
Daniel Krastev 2025-02-05 21:19:39 +02:00
parent 1cfadfa2fe
commit d93e517581

View file

@ -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()