From 5408395786bc485d007209993d8dcb5d98d86bc7 Mon Sep 17 00:00:00 2001 From: MrMan314 Date: Wed, 22 May 2024 11:36:51 -0400 Subject: [PATCH] WHO DID THIS??? (me probably) --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 7194be0..f3fa44a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -58,7 +58,7 @@ async fn main() -> Result<(), Box> { .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")