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

Missing 1 required keyword-only argument: 'intents' #26

Open
spmedia opened this issue Jul 11, 2024 · 1 comment
Open

Missing 1 required keyword-only argument: 'intents' #26

spmedia opened this issue Jul 11, 2024 · 1 comment

Comments

@spmedia
Copy link

spmedia commented Jul 11, 2024

When attempting to run ail-feeder-discord from source and monitor:

Traceback (most recent call last):
File "C:\Users\xxxx\Documents\GitHub\ail-feeder-discord\bin\feeder.py", line 69, in
discordlib.monitor(download=download)
File "C:\Users\xxxx\Documents\GitHub\ail-feeder-discord\bin\discordlib.py", line 633, in monitor
client = DiscordMonitor()
^^^^^^^^^^^^^^^^
TypeError: Client.init() missing 1 required keyword-only argument: 'intents'

Looks like Intents are required now for Discord

https://discordpy.readthedocs.io/en/stable/migrating.html#intents-are-now-required

@spmedia
Copy link
Author

spmedia commented Aug 1, 2024

ping @adulau @Terrtia :)

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