.liqu will work if you specify only ordering, too

This commit is contained in:
Master Kwoth 2017-11-26 10:11:41 +07:00
parent 9259061027
commit 33b034b27e

View File

@ -24,6 +24,11 @@ namespace NadekoBot.Modules.Utility
_db = db; _db = db;
} }
[NadekoCommand, Usage, Description, Aliases]
[RequireContext(ContextType.Guild)]
public Task ListQuotes(OrderType order = OrderType.Keyword)
=> ListQuotes(order: order);
[NadekoCommand, Usage, Description, Aliases] [NadekoCommand, Usage, Description, Aliases]
[RequireContext(ContextType.Guild)] [RequireContext(ContextType.Guild)]
public async Task ListQuotes(int page = 1, OrderType order = OrderType.Keyword) public async Task ListQuotes(int page = 1, OrderType order = OrderType.Keyword)