mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 07:17:56 +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
|
|
@ -10,6 +10,7 @@ using NodaTime.TimeZones;
|
|||
namespace PluralKit.Bot.Commands
|
||||
{
|
||||
[Group("switch")]
|
||||
[Alias("sw")]
|
||||
public class SwitchCommands: ModuleBase<PKCommandContext>
|
||||
{
|
||||
public SystemStore Systems { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue