add another alias for the command

This commit is contained in:
13xforever 2019-08-08 19:57:38 +05:00
parent b75e50a6bd
commit c526d9092c

View File

@ -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)
{