mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-01-24 19:44:30 +00:00
add another alias for the command
This commit is contained in:
parent
b75e50a6bd
commit
c526d9092c
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user