-
-
Notifications
You must be signed in to change notification settings - Fork 463
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
Unexpected behavior with bot.fetch_webhook #866
Comments
zeffo
added
bug
Something isn't working
and removed
unconfirmed bug
A bug report that needs triaging
bug
Something isn't working
labels
Jan 27, 2022
I thought this was a bug, but it's raised when the method is called before the bot has logged in. |
Really? My bot is long since logged in 🤔 |
Could you ping me on discord (Zeffo#0393) with your whole code please? |
This has been resolved on discord. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Using bot.fetch_webhook, I receive an error that '_MissingSentinel' object has no attribute 'request'
Reproduction Steps
Minimal Reproducible Code
Expected Results
Send an embed to the specified webhook
Actual Results
Received this error:
(webhook id is substituted out so as to not give everyone access to a webhook)
Intents
discord.Intents.all()
System Information
Checklist
Additional Context
No response
The text was updated successfully, but these errors were encountered: