From 618e42c1f3e2c7fa0ddf3c0ecfccaba80b786cdb Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Fri, 1 Apr 2022 20:22:56 -0600 Subject: [PATCH] utils.hastebin: supress embed aaaaaa --- src/lib/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/utils.js b/src/lib/utils.js index 9fad4fb..24aad79 100644 --- a/src/lib/utils.js +++ b/src/lib/utils.js @@ -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 ""; } hf.selectionMessages = hf.selectionMessages || new Eris.Collection();