Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run.py is missing intents (.galex_ on discord) #132

Open
GalexGX opened this issue Oct 6, 2023 · 0 comments
Open

run.py is missing intents (.galex_ on discord) #132

GalexGX opened this issue Oct 6, 2023 · 0 comments

Comments

@GalexGX
Copy link

GalexGX commented Oct 6, 2023

Without intents, the bot cannot see guild messages, and it can't connect to a vc, for example.
To fix this, line 12 should be bot = commands.Bot(command_prefix=config.BOT_PREFIX, pm_help=True, case_insensitive=True, intents=discord.Intents.default())
you can also change intents to discord.Intents.all() if you feel like it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant