Deleted wrong description
This commit is contained in:
parent
1d4462ad6c
commit
c3dea5ffa0
@ -48,7 +48,6 @@ module.exports = {
|
|||||||
createGifEmbed(data, author, command) {
|
createGifEmbed(data, author, command) {
|
||||||
return new Discord.MessageEmbed()
|
return new Discord.MessageEmbed()
|
||||||
.setAuthor(command)
|
.setAuthor(command)
|
||||||
.setDescription(data.embed_url)
|
|
||||||
.setImage(data.embed_url)
|
.setImage(data.embed_url)
|
||||||
.setTimestamp()
|
.setTimestamp()
|
||||||
.setFooter(`@${author.username}#${author.discriminator}`);
|
.setFooter(`@${author.username}#${author.discriminator}`);
|
||||||
@ -105,6 +104,7 @@ module.exports = {
|
|||||||
createTextEmbed(data, author, command) {
|
createTextEmbed(data, author, command) {
|
||||||
return new Discord.MessageEmbed()
|
return new Discord.MessageEmbed()
|
||||||
.setAuthor(command)
|
.setAuthor(command)
|
||||||
|
.setDescription(data.content)
|
||||||
.setTimestamp()
|
.setTimestamp()
|
||||||
.setFooter(`@${author.username}#${author.discriminator}`);
|
.setFooter(`@${author.username}#${author.discriminator}`);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user