From 863cffbfff2c4cacb9420497f993ae9df611b68d Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Thu, 9 Jun 2022 18:34:22 -0400 Subject: [PATCH] Forgot to include unsaved gifs --- dot-commands/gif.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dot-commands/gif.js b/dot-commands/gif.js index a2cace9..4b8f556 100644 --- a/dot-commands/gif.js +++ b/dot-commands/gif.js @@ -30,8 +30,9 @@ module.exports = { // message.reply(commandData.args + ' requested by ' + message.author.username + '\n' + client.gifs.get(commandData.args).embed_url); commandData.embed_url = client.gifs.get(commandData.args).embed_url; // message.reply(fn.embeds.gif(commandData)); - message.channel.send(`> ${commandData.author} - ${commandData.args}.gif`); - message.channel.send(commandData.embed_url); + // message.channel.send(`> ${commandData.author} - ${commandData.args}.gif`); + // message.channel.send(commandData.embed_url); + message.reply(commandData.embed_url); } } } \ No newline at end of file