mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-17 03:00:13 +00:00
make private
This commit is contained in:
parent
84417b9adf
commit
44170c44e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue