Skip to content

How to fix the script #52

@ege75753

Description

@ege75753

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions