first message command, various single response commands

This commit is contained in:
Dragon Fire
2018-10-27 19:56:41 -04:00
parent 136b65b223
commit 8063ae9e34
10 changed files with 101 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ module.exports = class MessageInfoCommand extends Command {
const embed = new MessageEmbed()
.setColor(message.member ? message.member.displayHexColor : 0x00AE86)
.setThumbnail(message.author.displayAvatarURL({ format }))
.setAuthor(msg.author.tag, msg.author.displayAvatarURL({ format }))
.setAuthor(message.author.tag, message.author.displayAvatarURL({ format }))
.setDescription(message.content)
.setTimestamp(message.createdAt)
.setFooter(`ID: ${message.id}`)