fix prefix
This commit is contained in:
parent
4ca2bc22c5
commit
c53d3c89bf
|
@ -9,7 +9,7 @@ intents.message_content = True
|
||||||
intents.guilds = True
|
intents.guilds = True
|
||||||
intents.members = True
|
intents.members = True
|
||||||
|
|
||||||
bot = commands.Bot(intents=intents)
|
bot = commands.Bot(command_prefix="/",intents=intents)
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
"slowmode_duration": 20,
|
"slowmode_duration": 20,
|
||||||
|
|
Loading…
Reference in New Issue