This commit is contained in:
parent
21ef9012ac
commit
4d0fec19d5
@ -251,11 +251,7 @@ const functions = {
|
||||
], ephemeral: true };
|
||||
},
|
||||
gif(commandData) {
|
||||
return { embeds: [new Discord.MessageEmbed()
|
||||
.setAuthor({name: `${commandData.args}.${commandData.command}`})
|
||||
.setImage(commandData.embed_url)
|
||||
.setTimestamp()
|
||||
.setFooter({text: commandData.author})]};
|
||||
return commandData.embed_url;
|
||||
},
|
||||
pasta(commandData) {
|
||||
return commandData.content;
|
||||
|
Loading…
Reference in New Issue
Block a user