We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Serenity version: 0.11.6
Rust version: rustc 1.71.0-nightly (1a6ae3d69 2023-04-27)
Webhooks copied from discord canary are mistakenly marked as invalid. I didn't include the backtrace because it's just tokio.
Test case:
use serenity::http::Http; use serenity::model::webhook::Webhook; #[tokio::main] async fn main() { let hook = "https://canary.discord.com/api/webhooks/id/token"; let http = Http::new(""); let _webhook = Webhook::from_url(&http, hook).await.expect("invalid hook"); }
The text was updated successfully, but these errors were encountered:
Should be fixed with #2499
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Serenity version: 0.11.6
Rust version: rustc 1.71.0-nightly (1a6ae3d69 2023-04-27)
Webhooks copied from discord canary are mistakenly marked as invalid. I didn't include the backtrace because it's just tokio.
Test case:
The text was updated successfully, but these errors were encountered: