Skip to content

[ANSWER] How to fix the INTENTS error #55

@002-sans

Description

@002-sans

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='!')

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