diff --git a/CompatBot/Commands/Syscall.cs b/CompatBot/Commands/Syscall.cs index d39ccd22..6acdae5d 100644 --- a/CompatBot/Commands/Syscall.cs +++ b/CompatBot/Commands/Syscall.cs @@ -15,7 +15,7 @@ namespace CompatBot.Commands { internal sealed class Syscall: BaseCommandModuleCustom { - [Command("syscall"), Aliases("cell"), LimitedToSpamChannel] + [Command("syscall"), Aliases("syscalls", "cell"), LimitedToSpamChannel] [Description("Provides information about syscalls used by games")] public async Task Search(CommandContext ctx,[RemainingText, Description("Product ID, module, or function name. **Case sensitive**")] string search) {