From 7099ba27a445e2cd7e0ab67c3ae6809966188c9c Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 3 Dec 2023 19:10:37 +0100 Subject: [PATCH] Small typo Signed-off-by: Taken --- src/commands/guild/member.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/guild/member.js b/src/commands/guild/member.js index d97e2f6..2636aa2 100644 --- a/src/commands/guild/member.js +++ b/src/commands/guild/member.js @@ -74,7 +74,7 @@ async function guildMember(interaction) { await interaction.editReply({ embeds: [{ - description: "Checking your guild data...", + description: "Fetching your guild data...", color: embedColor }] })