diff --git a/PluralKit.Bot/Commands/Lists/ContextListExt.cs b/PluralKit.Bot/Commands/Lists/ContextListExt.cs index 3ddade72..42f44873 100644 --- a/PluralKit.Bot/Commands/Lists/ContextListExt.cs +++ b/PluralKit.Bot/Commands/Lists/ContextListExt.cs @@ -11,7 +11,7 @@ namespace PluralKit.Bot; public static class ContextListExt { - public static ListOptions ParseListOptions(this Context ctx, LookupContext lookupCtx) + private static ListOptions ParseListOptions(this Context ctx, LookupContext lookupCtx) { var p = new ListOptions();