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,