From 0bba3edbed00dadd47cf71ec09e00856769c3813 Mon Sep 17 00:00:00 2001 From: FinRoy <79334740+finr0y@users.noreply.github.com> Date: Tue, 22 Aug 2023 12:02:22 -0400 Subject: [PATCH] Update rule.ts --- src/commands/rule.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/rule.ts b/src/commands/rule.ts index 53a60fe..256af80 100644 --- a/src/commands/rule.ts +++ b/src/commands/rule.ts @@ -49,7 +49,7 @@ export const command = { default: return interaction.reply({ content: "The specified rule wasn't recognized", ephemeral: true }); } - embed.setFooter({ text: "Multiple violations of the above rules may lead to temporary and eventually permanent mutes."}); + embed.setFooter({ text: "Multiple violations of the rules may lead to temporary and eventually permanent mutes."}); interaction.reply({embeds: [embed]}); } };