From ef8a638e65333bed954cc00a7b7966a55b393395 Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:37:44 +1100 Subject: [PATCH] why is it member. --- src/commands/suggest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/suggest.ts b/src/commands/suggest.ts index d0a4d1f..16a23e2 100644 --- a/src/commands/suggest.ts +++ b/src/commands/suggest.ts @@ -16,7 +16,7 @@ export default { const notifEmbed = new client.embed() .setColor(client.config.embedColor) .setTitle(`Suggestion ID: ${suggestionID}`) - .setAuthor({name: interaction.member.displayName, iconURL: interaction.user.avatarURL({size: 256})}) + .setAuthor({name: interaction.user.tag, iconURL: interaction.user.avatarURL({size: 256})}) .setFooter({text: `Timestamp: ${timeFormatting}`}) .setDescription([ '> **Suggestion:**',