Make it use an actual mention durr

This commit is contained in:
Christopher Cookman 2024-03-26 23:57:01 -06:00
parent 886c901e09
commit 655c6e1c5c
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -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!`,
}
]
});