Im 19 min in and we’re launching the bot with a few lines of code. Its all going great on his side of things, but replit is saying to me that line 4 (client = discord.Client() ) is missing an ‘intent’?
I have copied the exact same thing that I see in the tutorial, I’m not sure what is missing.
Hey! Thanks for your reply. I’m very new to this and I unfortunately don’t understand any of this. I think i understand that i need to manually add which intents i want to my discord bot from this list: https://discord.com/developers/docs/topics/gateway#list-of-intents ?
if yes, how do i add them