#Anyone can help me what's wrong?
1 messages · Page 1 of 1 (latest)
Hello
To your bot
I did
Intents is required for discord bots
The error is clearly saying you didn't added intents
Wait lemme reset
How do I put intents
You don't know?
Idk
Let me see if this code exists on AeroX Development
This code is not in #⌕﹒📂﹐codes﹒ channel
It's not lol
Where did you find it then?
So that server must have an help channel
Oh
⚠️ You must accept these rules to use the bot!
This message is now inactive.
• Any actions performed to gain an unfair advantage over other users are explicitly against the rules. This includes but not limited to:
├> Using macros/scripts for any commands
└> Using multiple accounts for any reason
• Do not use any exploits and report any found in the bot
• You can not sell/trade cowoncy or any bot goods for anything outside of the bot
• If you have any questions come ask us in our server!
Privacy Policy - Terms of Service
Clicking on the button means you will follow the rules and acknowlege the consequences
Y'all not helping if it's not this server code?
What about self bots
It's ok
I needed to view that src
If it's not in AeroX Development
I don't have it's src
So I can't help
Sorry
I send the src
.
Ok
Replace
DiscordBot().run(config.DISCORD_TOKEN)
With intents = discord.Intents.default()
intents.message_content = True
DiscordBot(intents=intents).run(config.DISCORD_TOKEN)
This should work
Where do I put that?
go to main.py
Scroll down to all the way to the bottom
You will find DiscordBot().run(config.DISCORD_TOKEN)
I found it
Okay
What do I replace?
;-;
intents = discord.Intents.default()
intents.message_content = True
DiscordBot(intents=intents).run(config.DISCORD_TOKEN)
This?
Remove that with
That?
intents = discord.Intents.default()
intents.message_content = True
DiscordBot(intents=intents).run(config.DISCORD_TOKEN)
Yeah
This?
This one