Test Setup Failed
Push — master ( 59e4ec...647856 )
by Bob
06:30 queued 03:36
created
config/config.new.php 1 patch
Spacing   +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.
src/plugins/onTick/authCheck.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
 
123 123
         //Remove members who have roles but never authed
124 124
         $guild = $discord->guilds->get('id', $id);
125
-        foreach($guild->members as $member) {
125
+        foreach ($guild->members as $member) {
126 126
             $id = $member->id;
127 127
             $username = $member->username;
128 128
             $roles = $member->roles;
Please login to merge, or discard this patch.