From 73f7cda126f1049206abf51bc3829e7576de0165 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Sat, 25 Dec 2021 18:25:41 +0100 Subject: [PATCH] Update config_server.lua --- ND_Core/config_server.lua | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/ND_Core/config_server.lua b/ND_Core/config_server.lua index 25d4664..0a1167b 100644 --- a/ND_Core/config_server.lua +++ b/ND_Core/config_server.lua @@ -7,19 +7,13 @@ ------------------------------------------------------------------------ config = { - -- Server name to display on the ui. - serverName = "Andy's Development", - characterLimit = 100, - changeCharacterCommand = "changecharacter", -- this is the command to open the ui again and change your character. - - -- discord bot token for permissions - DiscordToken = "OTAwODg1MDMxMDQ2Nzc0ODQ1.YXH0kQ.p5DRIbh5m9Ia5_tlMZdxkfgJjsI", -- this token is invalid, just here as an example. + DiscordToken = "0", -- discord bot token for permissions GuildId = "872496972454592523", -- discord guild id -- role id for each role of the department in your discord. 0 Gives the role to everyone. roles = { ["ADMIN"] = "0", -- You can remove this if you don't want it but this should only be here for permisisons not as a department and it won't display as a department. This can be used for /setaop and other permissions. - ["CIV"] = "0", + ["CIV"] = "0", ["SAHP"] = "0", ["LSPD"] = "0", ["BCSO"] = "0",