From cd1f7c048d77a25a03a1bee67d794e88a89a8410 Mon Sep 17 00:00:00 2001 From: Taken Date: Thu, 16 Mar 2023 15:13:26 +0100 Subject: [PATCH] Updating json configs --- config/limitmessages.json | 6 +++--- config/options.json | 3 ++- config/roles.json | 9 +++++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/config/limitmessages.json b/config/limitmessages.json index dc5035a..67a62be 100644 --- a/config/limitmessages.json +++ b/config/limitmessages.json @@ -1,5 +1,5 @@ { - "largeM": "(256 characters or less)", - "smallM": "(128 characters or less)", - "ignM": "(16 characters or less)" + "largeM": "(256 characters max)", + "smallM": "(128 characters max)", + "ignM": "(16 characters max)" } \ No newline at end of file diff --git a/config/options.json b/config/options.json index 16ee32d..84ea8fe 100644 --- a/config/options.json +++ b/config/options.json @@ -1,3 +1,4 @@ { - "color": "#eeaadb" + "color": "#eeaadb", + "applicationsCategory": "568796159997509653" } \ No newline at end of file diff --git a/config/roles.json b/config/roles.json index d8454cd..e3c3b6a 100644 --- a/config/roles.json +++ b/config/roles.json @@ -1,8 +1,9 @@ { "gm": "815893218246787080", - "manager": "528549814846095360", - "moderator": "592371991294771226", + "manager": "815880752683679824", + "moderator": "815880910019887134", "beast": "815880942345519104", - "member": "1043224015722000514", - "trialmember": "893617818434695181" + "member": "815880984301404190", + "trialmember": "815877333532540938", + "guildRole": "1043224015722000514" } \ No newline at end of file