client = commands.Bot(commands_prefix="!", intents=discord.Intents.all()) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
0
client = commands.Bot(command_prefix = '!', intents= discord.Intents.all()) You wrong write commandS_prefix
9th May 2021, 8:16 AM
slenderik#0453