Skip to content

Commit

Permalink
Added missing isSpammer to array
Browse files Browse the repository at this point in the history
Signed-off-by: Felix <github@fbrettnich.de>
  • Loading branch information
fbrettnich committed Apr 29, 2024
1 parent f3d6cc0 commit b42f65f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Helpers/Discord.php
Expand Up @@ -682,6 +682,7 @@ function getUser($userId)
'premiumTypeName' => '',
'isBot' => '',
'isVerifiedBot' => '',
'isSpammer' => false,
'clan' => [],
];

Expand Down

0 comments on commit b42f65f

Please sign in to comment.