Skip to content

Commit

Permalink
WHO DID THIS??? (me probably)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMan314 committed May 22, 2024
1 parent 6872528 commit 5408395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
.text()
.await?;

let resp = client.post(format!("https://discord.com/api/v9/channels/{}/messages", chan))
let resp = client.post(format!("https://discord.com/api/v9/channels/{}/messages", chan))
.header(ACCEPT, "*/*")
.header(AUTHORIZATION, &token)
.header(CONTENT_TYPE, "application/json")
Expand Down

0 comments on commit 5408395

Please sign in to comment.