Discord-RAT
Discord-RAT copied to clipboard
[ANSWER] How to fix the INTENTS error
Line 30:
- client = discord.Client()
- bot = commands.Bot(command_prefix='!')
+ intents = discord.Intents.default()
+ intents.message_content = True
+ client = discord.Client(intents=intents)
+ bot = commands.Bot(intents=intents, command_prefix='!')
can u help me i works but when i close the cmd it doesnt work anymore
yea because you must keep the cmd for having the tools or you can buy a host on some website