-
-
Notifications
You must be signed in to change notification settings - Fork 741
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
[Bug]: UserJoin doesn't fire despite correct intents and configuration #3085
Comments
Hey
Do you mean the event itself does not fire (as in - you don't hit a breakpoint placed in a handler) |
I put a breakpoint, and the debugger doesn't stop there. |
Most debuggers do not stop for breakpoints in async functions. To debug async functions, you need to do it the old way - with some kind of output to the console. |
Visual Studio debugger (and the one rider uses) have no issues pausing in async methods. Very likely it's not the issue in this case. |
Regarding the original issue - i would recommend adding all event handlers in the constructor instead of the ready event handler. |
Check The Docs
Verify Issue Source
Check your intents
Description
I setup all the intents, and settings on discord, and my code requests ALL the intents (so I can't be missing them). Yet UserJoin doesn't fire when I test joining the user.
Version
3.17.2
Working Version
No response
Logs
Sample
Packages
Discord.Net 3.17.2
Environment
macOS 14.6.1, Apple Silicon.
The text was updated successfully, but these errors were encountered: