client = commands.Bot(commands_prefix="!", intents=discord.Intents.all()) | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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())

28th Apr 2021, 9:21 PM
Custom
Custom - avatar
1 ответ
0
client = commands.Bot(command_prefix = '!', intents= discord.Intents.all()) You wrong write commandS_prefix
9th May 2021, 8:16 AM
slenderik#0453