feat: user name something

This commit is contained in:
Ale 2023-09-05 19:44:39 +02:00
parent 943946b7b2
commit 2730c4373a
No known key found for this signature in database
GPG key ID: 284AFB134BB2E07D

View file

@ -29,7 +29,7 @@ export async function nonCommandHandler(message : Message){
await message.channel.sendMessage({ await message.channel.sendMessage({
content: actualContent, content: actualContent,
masquerade: { masquerade: {
name: alter.name + " ( " + message.author.id + " )", name: alter.name + " ( " + message.author.member.displayName + " )",
avatar: alter.profile_pic_url, avatar: alter.profile_pic_url,
color: alter.color color: alter.color
}, },