From ee7fe3fd1930e6ee36f67eccc3010600d0f42ad5 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Tue, 23 Nov 2021 11:41:40 +0000 Subject: [PATCH] Add role configs to config template --- config.template.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config.template.json b/config.template.json index 2739903..eb86869 100644 --- a/config.template.json +++ b/config.template.json @@ -12,7 +12,7 @@ "version": "2.2", "core-ver": "1.0.4", "author": "Vylpes", - "date": "22/04/2021" + "date": "23/11/2021" }, "ban": { "modrole": "Moderator", @@ -50,5 +50,12 @@ "warn": { "modrole": "Moderator", "logchannel": "mod-logs" + }, + "role": { + "assignable": [ + "Notify", + "VotePings", + "ProjectUpdates" + ] } } \ No newline at end of file