From bad91ae7864598c32ef69db261ed99b4bcc92450 Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 27 Mar 2023 23:29:00 +0200 Subject: [PATCH] Small change to apply message --- commands/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/config.js b/commands/config.js index 7e4ad61..a03e98d 100644 --- a/commands/config.js +++ b/commands/config.js @@ -56,7 +56,7 @@ module.exports = { await channel.send({ embeds: [{ title: 'Guild Application', - description: "You can apply for guild by clicking the button below.", + description: "You can apply for the guild by clicking the button below.", color: embedColor, footer: { text: interaction.guild.name + " | Developed by @Taken#0002",