mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 08:08:34 +02:00
Change Variable Names, Remove Useless Commands
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = class EmbedCommand extends Command {
|
||||
return message.say('This Command requires the `Embed Links` Permission.');
|
||||
const { text } = args;
|
||||
const embed = new RichEmbed()
|
||||
.setAuthor(message.author.username, message.author.avatarURL)
|
||||
.setAuthor(message.author.username, message.author.displayAvatarURL)
|
||||
.setColor(0x00AE86)
|
||||
.setTimestamp()
|
||||
.setDescription(text);
|
||||
|
||||
Reference in New Issue
Block a user