fix prefix

This commit is contained in:
mrmoi 2025-06-16 14:26:20 +02:00
parent 4ca2bc22c5
commit c53d3c89bf
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ intents.message_content = True
intents.guilds = True
intents.members = True
bot = commands.Bot(intents=intents)
bot = commands.Bot(command_prefix="/",intents=intents)
config = {
"slowmode_duration": 20,