this repo has no description

no allowed mentions

authored by mmatt.net and committed by

GitHub b372925d abe6e6b8

+2 -1
+2 -1
src/main.rs
··· 113 113 }; 114 114 115 115 let payload = json!({ 116 - "content": format!("{} is listening to {}", handle, track_info) 116 + "content": format!("{} is listening to {}", handle, track_info), 117 + "allowed_mentions": [], 117 118 }); 118 119 let response = client.post(url).json(&payload).send().await?; 119 120