Change command prefix
This commit is contained in:
parent
1cfadfa2fe
commit
d93e517581
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ intents.presences = True
|
||||||
intents.message_content = True
|
intents.message_content = True
|
||||||
|
|
||||||
# Discord client
|
# Discord client
|
||||||
bot = Bot(command_prefix="!", intents=intents)
|
bot = Bot(command_prefix=".", intents=intents)
|
||||||
|
|
||||||
# Scheduler
|
# Scheduler
|
||||||
scheduler = AsyncIOScheduler()
|
scheduler = AsyncIOScheduler()
|
||||||
|
|
Loading…
Add table
Reference in a new issue