tangled
alpha
login
or
join now
teal.fm
/
discordhose
3
fork
atom
this repo has no description
3
fork
atom
overview
issues
pulls
pipelines
no allowed mentions
authored by
mmatt.net
and committed by
GitHub
6 months ago
b372925d
abe6e6b8
+2
-1
1 changed file
expand all
collapse all
unified
split
src
main.rs
+2
-1
src/main.rs
···
113
113
};
114
114
115
115
let payload = json!({
116
116
-
"content": format!("{} is listening to {}", handle, track_info)
116
116
+
"content": format!("{} is listening to {}", handle, track_info),
117
117
+
"allowed_mentions": [],
117
118
});
118
119
let response = client.post(url).json(&payload).send().await?;
119
120