diff --git a/src/lib/utils.js b/src/lib/utils.js index c802458..9fad4fb 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 "https://nekobin.com/" + res.result.key; } hf.selectionMessages = hf.selectionMessages || new Eris.Collection();