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())
4/28/2021 9:21:33 PM
Custom1 Answer
New Answerclient = commands.Bot(command_prefix = '!', intents= discord.Intents.all()) You wrong write commandS_prefix
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message