From e75775ce8bd45b070122bcc417ffd7e0e3da5dd0 Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 3 Dec 2023 19:12:09 +0100 Subject: [PATCH] Small typo Signed-off-by: Taken --- src/commands/check.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/check.js b/src/commands/check.js index ead5827..8eebb1e 100644 --- a/src/commands/check.js +++ b/src/commands/check.js @@ -85,7 +85,7 @@ module.exports = { await interaction.editReply({ embeds: [{ - description: "Checking your guild data...", + description: "Fetching your guild data...", color: embedColor }] })