Add short-hand group aliases
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user