utils.hastebin: supress embed aaaaaa

This commit is contained in:
Cynthia Foxwell 2022-04-01 20:22:56 -06:00
parent 43662805a3
commit 618e42c1f3

View file

@ -156,7 +156,7 @@ async function hastebin(body) {
headers: {"Content-Type": "application/json"},
body: JSON.stringify({content: body}),
}).then((r) => r.json());
return "https://nekobin.com/" + res.result.key;
return "<https://nekobin.com/" + res.result.key + ">";
}
hf.selectionMessages = hf.selectionMessages || new Eris.Collection();