diff --git a/PluralKit.Bot/Commands/MemberCommands.cs b/PluralKit.Bot/Commands/MemberCommands.cs index a2ad4867..1b33ef63 100644 --- a/PluralKit.Bot/Commands/MemberCommands.cs +++ b/PluralKit.Bot/Commands/MemberCommands.cs @@ -12,6 +12,7 @@ using Image = SixLabors.ImageSharp.Image; namespace PluralKit.Bot.Commands { [Group("member")] + [Alias("m")] public class MemberCommands : ContextParameterModuleBase { public SystemStore Systems { get; set; } diff --git a/PluralKit.Bot/Commands/SwitchCommands.cs b/PluralKit.Bot/Commands/SwitchCommands.cs index cb630754..c2f34418 100644 --- a/PluralKit.Bot/Commands/SwitchCommands.cs +++ b/PluralKit.Bot/Commands/SwitchCommands.cs @@ -10,6 +10,7 @@ using NodaTime.TimeZones; namespace PluralKit.Bot.Commands { [Group("switch")] + [Alias("sw")] public class SwitchCommands: ModuleBase { public SystemStore Systems { get; set; } diff --git a/PluralKit.Bot/Commands/SystemCommands.cs b/PluralKit.Bot/Commands/SystemCommands.cs index 477c02c3..775f771d 100644 --- a/PluralKit.Bot/Commands/SystemCommands.cs +++ b/PluralKit.Bot/Commands/SystemCommands.cs @@ -14,6 +14,7 @@ using PluralKit.Core; namespace PluralKit.Bot.Commands { [Group("system")] + [Alias("s")] public class SystemCommands : ContextParameterModuleBase { public override string Prefix => "system";