diff --git a/src/NadekoBot/Modules/Utility/Utility.cs b/src/NadekoBot/Modules/Utility/Utility.cs index 4159a4711..77d74af7a 100644 --- a/src/NadekoBot/Modules/Utility/Utility.cs +++ b/src/NadekoBot/Modules/Utility/Utility.cs @@ -109,9 +109,7 @@ namespace NadekoBot.Modules.Utility await _tracker.EnsureUsersDownloadedAsync(ctx.Guild).ConfigureAwait(false); var users = await ctx.Guild.GetUsersAsync( - #if GLOBAL_NADEKO CacheMode.CacheOnly - #endif ); var roleUsers = users .Where(u => role is null ? u.RoleIds.Count == 1 : u.RoleIds.Contains(role.Id))