0
client = commands.Bot(commands_prefix="!", intents=discord.Intents.all())
client = commands.Bot(commands_prefix="!", intents=discord.Intents.all()) Can someone help me, I am stuck here. When I run my main.py the code above triggers a error saying: client = commands.Bot(commands_prefix="!", intents=discord.Intents.all())
1 ответ
0
client = commands.Bot(command_prefix = '!', intents= discord.Intents.all())
You wrong write commandS_prefix