tangled
alpha
login
or
join now
teal.fm
/
discordhose
3
fork
atom
this repo has no description
3
fork
atom
overview
issues
pulls
pipelines
guess who didn't read the docs
mmatt.net
6 months ago
34a06c84
b372925d
+1
-1
1 changed file
expand all
collapse all
unified
split
src
main.rs
+1
-1
src/main.rs
reviewed
···
114
114
115
115
let payload = json!({
116
116
"content": format!("{} is listening to {}", handle, track_info),
117
117
-
"allowed_mentions": [],
117
117
+
"allowed_mentions": { "parse": [] },
118
118
});
119
119
let response = client.post(url).json(&payload).send().await?;
120
120