Ok hello so the script does not work because of a discord update so im gonna tell u how to make it work
so in line 31 "i dont know the line perfect but it should say 'client ='"
so change that to the following code
intents = discord.Intents.default()
client = discord.Client(intents=intents)
intents.message_content = True
bot = commands.Bot(command_prefix='!', intents=intents)
thats it you fixed the program hooray!
Ok hello so the script does not work because of a discord update so im gonna tell u how to make it work
so in line 31 "i dont know the line perfect but it should say 'client ='"
so change that to the following code
intents = discord.Intents.default()
client = discord.Client(intents=intents)
intents.message_content = True
bot = commands.Bot(command_prefix='!', intents=intents)
thats it you fixed the program hooray!