fix
This commit is contained in:
parent
3c6de79ba7
commit
7c19eae744
@ -300,7 +300,7 @@ client.on("message", async function (message) {
|
||||
] : undefined,
|
||||
footer: {
|
||||
icon_url: lm.channel != message.channel ? lm.guild ? lm.guild.iconURL : lm.author.avatarURL : undefined,
|
||||
text: lm.channel != message.channel ? lm.channel.type == 'dm' ? `@${lm.recipient.tag}` : `${lm.guild != message.guild ? `${lm.guild.name} ▶︎ ` : ''}#${lm.channel.name}` : undefined
|
||||
text: lm.channel != message.channel ? lm.channel.type == 'dm' ? `@${lm.channel.recipient.tag}` : `${lm.guild != message.guild ? `${lm.guild.name} ▶︎ ` : ''}#${lm.channel.name}` : undefined
|
||||
}
|
||||
};
|
||||
await message.edit(undefined, {embed: lme});
|
||||
|
Loading…
x
Reference in New Issue
Block a user