diff --git a/src/AdvancedBot.Core/Commands/Preconditions/RequirePrivateList.cs b/src/AdvancedBot.Core/Commands/Preconditions/RequirePrivateList.cs index db8da29..e7a5f6a 100644 --- a/src/AdvancedBot.Core/Commands/Preconditions/RequirePrivateList.cs +++ b/src/AdvancedBot.Core/Commands/Preconditions/RequirePrivateList.cs @@ -8,7 +8,7 @@ namespace AdvancedBot.Core.Commands.Preconditions { public class RequirePrivateList : PreconditionAttribute { - private List _userIds = new List() { 202095042372829184, 942849642931032164, 209801906237865984, 180676108088246272, 356060824223350784 }; + private List _userIds = new List() { 202095042372829184, 942849642931032164, 209801906237865984, 180676108088246272, 356060824223350784, 275698828974489612 }; public override async Task CheckRequirementsAsync(IInteractionContext context, ICommandInfo commandInfo, IServiceProvider services) { diff --git a/src/AdvancedBot.Core/Commands/TopModule.cs b/src/AdvancedBot.Core/Commands/TopModule.cs index e41010d..c112bba 100644 --- a/src/AdvancedBot.Core/Commands/TopModule.cs +++ b/src/AdvancedBot.Core/Commands/TopModule.cs @@ -19,8 +19,8 @@ public class TopModule : InteractionModuleBase public PaginatorService Paginator { get; set; } public LogService LogService { get; set; } - public readonly List PowerUsers = new List() { 202095042372829184, 209801906237865984, 942849642931032164, 180676108088246272, 356060824223350784 }; - public readonly List SemiPowerUsers = new List() { 275698828974489612 }; + public readonly List PowerUsers = new List() { 202095042372829184, 209801906237865984, 942849642931032164, 180676108088246272, 356060824223350784, 275698828974489612 }; + public readonly List SemiPowerUsers = new List() { }; public override async Task BeforeExecuteAsync(ICommandInfo command) {