Test Setup Failed
Push — master ( 1a9e2f...8e597b )
by Bob
03:07
created
config/config.new.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     "trigger" => "!", // what trigger is used for commands
32 32
     "guild" => 152677265635803136, // guildID 
33 33
     "token" => "", //enter the token for your app (https://discordapp.com/developers/applications/me)
34
-	"adminRoles" => array("Admin",""),//enter the roles that you'd like to have access to admin commands
34
+    "adminRoles" => array("Admin",""),//enter the roles that you'd like to have access to admin commands
35 35
     "silentMode" => "false"//set this to true if you want to disable all the chat commands
36 36
 );
37 37
 
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     "trigger" => "!", // what trigger is used for commands
32 32
     "guild" => 152677265635803136, // guildID 
33 33
     "token" => "", //enter the token for your app (https://discordapp.com/developers/applications/me)
34
-	"adminRoles" => array("Admin",""),//enter the roles that you'd like to have access to admin commands
34
+	"adminRoles" => array("Admin", ""), //enter the roles that you'd like to have access to admin commands
35 35
     "silentMode" => "false"//set this to true if you want to disable all the chat commands
36 36
 );
37 37
 
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
         "alertChannel" => 0, // if using periodic check put the channel you'd like the bot to log removing users in. (Recommended you don't use an active chat channel)
136 136
         "nameEnforce" => "false", // if "true" bot will automatically change nicknames so that they match player names.
137 137
         "url" => "http://.....", // put a url here if using sso auth for ur sso page.
138
-        "exempt" => array("","") // role names that are exempt from auth checks (wont be removed by the bot)
138
+        "exempt" => array("", "") // role names that are exempt from auth checks (wont be removed by the bot)
139 139
     ),
140 140
     //Killmail posting
141 141
     "getKillmails" => array(
Please login to merge, or discard this patch.