feat: user name something
This commit is contained in:
parent
943946b7b2
commit
2730c4373a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export async function nonCommandHandler(message : Message){
|
|||
await message.channel.sendMessage({
|
||||
content: actualContent,
|
||||
masquerade: {
|
||||
name: alter.name + " ( " + message.author.id + " )",
|
||||
name: alter.name + " ( " + message.author.member.displayName + " )",
|
||||
avatar: alter.profile_pic_url,
|
||||
color: alter.color
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue