#str object has no attribute name

1 messages · Page 1 of 1 (latest)

silent edge
#

how are you defining client?

quasi snow
#

resolved, thanks very much for the help.

#

however i am getting a new error now

#

client = discorrd.client(command_prefix='.', intents=discord.Intents.all())

gray bloom
#

do you ever do client= at any point after that?

#

do you ever assign to a variable named client?

quasi snow
#

yea

#

client = commands.Bot(intents=intents, command_prefix='.')

#

i define intents using

intents = discord.Intents.all()```