Closed eltaylor1104 closed 2 years ago
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.
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