Merge branch 'dev'
This commit is contained in:
commit
1d4462ad6c
@ -105,7 +105,6 @@ 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}`);
|
||||||
},
|
},
|
||||||
|
0
src/strings.json
Normal file
0
src/strings.json
Normal file
Loading…
Reference in New Issue
Block a user