Add short-hand group aliases

This commit is contained in:
Ske
2019-07-10 09:35:37 +02:00
parent 01c923c832
commit 8dea58437d
3 changed files with 3 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ using Image = SixLabors.ImageSharp.Image;
namespace PluralKit.Bot.Commands
{
[Group("member")]
[Alias("m")]
public class MemberCommands : ContextParameterModuleBase<PKMember>
{
public SystemStore Systems { get; set; }