mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 23:07:54 +00:00
Add short-hand group aliases
This commit is contained in:
parent
01c923c832
commit
8dea58437d
3 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ using PluralKit.Core;
|
|||
namespace PluralKit.Bot.Commands
|
||||
{
|
||||
[Group("system")]
|
||||
[Alias("s")]
|
||||
public class SystemCommands : ContextParameterModuleBase<PKSystem>
|
||||
{
|
||||
public override string Prefix => "system";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue