From 655c6e1c5c636203f506579b65deb543e86d475b Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Tue, 26 Mar 2024 23:57:01 -0600 Subject: [PATCH] Make it use an actual mention durr --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 6bdb328..5d686a4 100644 --- a/index.js +++ b/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!`, } ] });