add !compatibility command alias

This commit is contained in:
13xforever 2019-01-24 23:49:00 +05:00
parent 92ac510b4a
commit 78bfaf5666

View File

@ -34,7 +34,7 @@ namespace CompatBot.Commands
lastUpdateInfo = db.BotState.FirstOrDefault(k => k.Key == Rpcs3UpdateStateKey)?.Value;
}
[Command("compat"), Aliases("c")]
[Command("compat"), Aliases("c", "compatibility")]
[Description("Searches the compatibility database, USE: !compat search term")]
public async Task Compat(CommandContext ctx, [RemainingText, Description("Game title to look up")] string title)
{