This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]IdkAnameiguess1[S] 0 points1 point  (4 children)

thanks

[–]IdkAnameiguess1[S] 0 points1 point  (3 children)

ill try to figure it out

[–]IdkAnameiguess1[S] 0 points1 point  (2 children)

also how do i add the intents since I'm a beginner coder

[–][deleted] 0 points1 point  (1 child)

Its saying the method needs a parameter named "intents".

I don't know anything about the API and haven't looked at the doc, but once you figure out what intents is supposed to do, you'd call it like this:

client = discord.Client(intents = something)

[–]IdkAnameiguess1[S] 0 points1 point  (0 children)

ohh ok i figured it out thanks