From ffebd5f7f52456e3ce9add0e4d3daafb9e90b602 Mon Sep 17 00:00:00 2001 From: Taken Date: Thu, 16 Mar 2023 12:32:29 +0100 Subject: [PATCH] Updating config files --- config/limitmessages.json | 5 +++++ config/questions.json | 22 +++++++++++++++------- config/roles.json | 12 ++++++------ 3 files changed, 26 insertions(+), 13 deletions(-) create mode 100644 config/limitmessages.json diff --git a/config/limitmessages.json b/config/limitmessages.json new file mode 100644 index 0000000..dc5035a --- /dev/null +++ b/config/limitmessages.json @@ -0,0 +1,5 @@ +{ + "largeM": "(256 characters or less)", + "smallM": "(128 characters or less)", + "ignM": "(16 characters or less)" +} \ No newline at end of file diff --git a/config/questions.json b/config/questions.json index 34e6a57..14b85fa 100644 --- a/config/questions.json +++ b/config/questions.json @@ -1,10 +1,18 @@ { "qu1": "What is your IGN?", - "qu2": "template questions", - "qu3": "template questions", - "qu4": "template questions", - "qu5": "template questions", - "qu6": "template questions", - "qu7": "template questions", - "qu8": "template questions" + "qu2": "What is your hypixel Network Level?", + "qu3": "What stats are you submitting? (ex. BW lv 135 or SW lv 12 etc..)? Please provide us your best stats of the gamemode you main the most.", + "qu4": "Which talents make you a good member for Illegitimate? Tell us about your accomplishments, hobbies and ambitions both on Hypixel and in real life.", + "qu5": "Will you be able to make from 100k to 150k gexp x week?", + "qu6": "Tell us about: your age, what you expect to gain from Illegitimate, whether you play on other accounts; if you often will be inactive; your punishment history; etc… This section is all yours and we expect a longer answer.", + "qu7": "How did you find about us? (Yt, advertisement in lobbies, friend..)", + "qu8": "What is your time zone? (Example: GMT+1)", + "rq1": "What is your IGN?", + "rq2": "What is your hypixel Network Level?", + "rq3": "What stats are you submitting?", + "rq4": "Which talents make you a good member for Illegitimate?", + "rq5": "Will you be able to make from 100k to 150k gexp x week?", + "rq6": "Tell us about yourself.", + "rq7": "How did you find about us?", + "rq8": "What is your time zone?" } \ No newline at end of file diff --git a/config/roles.json b/config/roles.json index 087e317..d8454cd 100644 --- a/config/roles.json +++ b/config/roles.json @@ -1,8 +1,8 @@ { - "gm": "", - "manager": "", - "moderator": "", - "beast": "", - "member": "", - "trialmember": "" + "gm": "815893218246787080", + "manager": "528549814846095360", + "moderator": "592371991294771226", + "beast": "815880942345519104", + "member": "1043224015722000514", + "trialmember": "893617818434695181" } \ No newline at end of file