From d393d8738945026adf289b825429066cf8844c2d Mon Sep 17 00:00:00 2001 From: Taken Date: Thu, 18 Jan 2024 23:42:55 +0100 Subject: [PATCH] Updated message on new application create --- src/components/buttons/guildapply.ts | 4 +--- src/components/buttons/staffapply.ts | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/buttons/guildapply.ts b/src/components/buttons/guildapply.ts index 5c0f062..c1a0833 100644 --- a/src/components/buttons/guildapply.ts +++ b/src/components/buttons/guildapply.ts @@ -72,9 +72,7 @@ export = { { title: "Guild Application", description: - "Please answer the following questions to apply for the guild.\n" + - "If you wish to cancel your application, please type `cancel` at any time.\n" + - "If you wish to proceed with your application, please type `yes`.\n\n" + + "If you wish to proceed with your application, please type `yes` otherwise type `cancel`.\n\n" + "**Do not upload images, videos, or GIFS.**\n" + "You have a minute to respond to this message.", color: embedColor, diff --git a/src/components/buttons/staffapply.ts b/src/components/buttons/staffapply.ts index a57338b..be57166 100644 --- a/src/components/buttons/staffapply.ts +++ b/src/components/buttons/staffapply.ts @@ -89,9 +89,7 @@ export = { { title: "Staff Application", description: - "Please answer the following questions to apply for staff.\n" + - "If you wish to cancel your application, please press type `cancel` at any time.\n" + - "If you wish to proceed with your application, please type `yes`.\n\n" + + "If you wish to proceed with your application, please type `yes` otherwise type `cancel`.\n\n" + "**Do not upload images, videos, or GIFS.**\n" + "You have a minute to respond to this message.", color: embedColor,