From 7076e5ebd98673f19939be13ce79c1266838d3e6 Mon Sep 17 00:00:00 2001 From: Taken Date: Wed, 3 Jan 2024 00:25:49 +0100 Subject: [PATCH] Updated guild accept message --- src/events/buttons/guildapplicationaccept.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/events/buttons/guildapplicationaccept.ts b/src/events/buttons/guildapplicationaccept.ts index 608efe9..3ffbb84 100644 --- a/src/events/buttons/guildapplicationaccept.ts +++ b/src/events/buttons/guildapplicationaccept.ts @@ -53,7 +53,8 @@ export = { embeds: [ { description: - "Your application for the Illegitimate guild has been accepted.", + "Your application for the Illegitimate guild has been accepted.\n\n" + + "Make sure to leave your current guild so that we can invite you.", color: embedColor, }, ],