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