mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-12-04 17:17:09 +00:00
add !compatibility command alias
This commit is contained in:
parent
92ac510b4a
commit
78bfaf5666
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user