Make it use an actual mention durr
This commit is contained in:
parent
886c901e09
commit
655c6e1c5c
2
index.js
2
index.js
|
@ -192,7 +192,7 @@ client.on("voiceStateUpdate", async (oldState, newState) => {
|
|||
{
|
||||
color: 0xff0000,
|
||||
title: "Temporary Voice Channel",
|
||||
description: `This is a temporary voice channel created by ${newState.member.user.tag}.\nThis voice channel and the messages within will be deleted when the channel is empty!`,
|
||||
description: `This is a temporary voice channel created by ${newState.member.user}.\nThis voice channel and the messages within will be deleted when the channel is empty!`,
|
||||
}
|
||||
]
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue