mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 07:17:56 +00:00
implement command root
This commit is contained in:
parent
c1ed7487d7
commit
15ffd16c01
11 changed files with 107 additions and 170 deletions
|
|
@ -55,6 +55,11 @@ public class Parameters
|
|||
}
|
||||
}
|
||||
|
||||
public static string GetRelatedCommands(string prefix, string subject)
|
||||
{
|
||||
return CommandsMethods.GetRelatedCommands(prefix, subject);
|
||||
}
|
||||
|
||||
public string Callback()
|
||||
{
|
||||
return _cb;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue