This commit is contained in:
= 2021-07-09 23:27:21 -04:00
parent b3b6d28651
commit 523c481f59
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ module.exports = {
const gifInfo = {
'name': file.name,
'embed_url': file.embed_url,
'requestor': message.author.username + '#' + message.author.discriminator,
'author': message.author,
};
message.channel.send(functions.createGifEmbed(gifInfo));
}