From 44170c44e0f69bd2836fac00e677a1c1d90722d2 Mon Sep 17 00:00:00 2001 From: ambdroid Date: Sun, 24 Mar 2024 19:18:28 -0400 Subject: [PATCH] make private --- PluralKit.Bot/Commands/Lists/ContextListExt.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();