From e2f743a4a68fa25a1342d4301511e52998892554 Mon Sep 17 00:00:00 2001 From: WubzyGD Date: Thu, 29 Jul 2021 14:49:27 -0600 Subject: [PATCH] ficc app response --- commands/utility/apply.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/commands/utility/apply.js b/commands/utility/apply.js index 586a499..ca37481 100644 --- a/commands/utility/apply.js +++ b/commands/utility/apply.js @@ -73,6 +73,8 @@ module.exports = { clearDM(); + let cfmsg = await dmch.send("One moment..."); + try { let mch = await client.fetchWebhook("869739554897285150", "o1igg02aB_rFNPbucnIe-ntN0gTsKYnC47NWYNQoFP536EliAQtqLuAFK6NQy1Wzr1_a"); mch.send("<@&814668063366184960>", { @@ -112,8 +114,8 @@ module.exports = { ma.apps[message.author.id] = "Submitted"; ma.markModified(`apps.${message.author.id}`); await ma.save(); - return dmch.send("Your application has been submitted. Please be patient as we review the applications. Do not harrass any member of staff about the results of the apps or their progress. **You will be muted or banned.**"); - }).catch((e) => {dmch.send("For some reason, your application was not submitted. Please contact WubzyGD#8766 **as soon as possible** to resolve this issue."); console.log(e);}) - } catch (e) {console.log(e); return dmch.send("For some reason, your application was not submitted. Please contact WubzyGD#8766 **as soon as possible** to resolve this issue.");} + return cfmsg.edit("Your application has been submitted! Thank you for taking the time and effort to apply for staff here at **Crescent's Family**. Please be patient as we review the applications, and don't harrass any member of staff for the results or progress, as it makes it harder for everyone and slows down our progress. Thank you qt ^^ "); + }).catch((e) => {cfmsg.edit("For some reason, your application was not submitted. Please contact WubzyGD#8766 **as soon as possible** to resolve this issue."); console.log(e);}) + } catch (e) {console.log(e); return cfmsg.edit("For some reason, your application was not submitted. Please contact WubzyGD#8766 **as soon as possible** to resolve this issue.");} } }; \ No newline at end of file