Teehee
This commit is contained in:
@@ -204,7 +204,7 @@ public class SlashCommands(GatewayClient client) : ApplicationCommandModule<Appl
|
|||||||
count++;
|
count++;
|
||||||
if (user.RoleIds.Contains(roleId))
|
if (user.RoleIds.Contains(roleId))
|
||||||
{
|
{
|
||||||
Debug.WriteLine($"{count}/{total} User already has role, skipping. {user.Username} ({user.Id})");
|
Console.WriteLine($"{count}/{total} User already has role, skipping. {user.Username} ({user.Id})");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user