feat: user name

This commit is contained in:
Ale 2023-09-05 19:40:46 +02:00
parent 14f8ad4580
commit 943946b7b2
No known key found for this signature in database
GPG key ID: 284AFB134BB2E07D
2 changed files with 7 additions and 7 deletions

View file

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