this repo has no description

guess who didn't read the docs

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