.liqu will work if you specify only ordering, too
This commit is contained in:
parent
9259061027
commit
33b034b27e
@ -24,6 +24,11 @@ namespace NadekoBot.Modules.Utility
|
||||
_db = db;
|
||||
}
|
||||
|
||||
[NadekoCommand, Usage, Description, Aliases]
|
||||
[RequireContext(ContextType.Guild)]
|
||||
public Task ListQuotes(OrderType order = OrderType.Keyword)
|
||||
=> ListQuotes(order: order);
|
||||
|
||||
[NadekoCommand, Usage, Description, Aliases]
|
||||
[RequireContext(ContextType.Guild)]
|
||||
public async Task ListQuotes(int page = 1, OrderType order = OrderType.Keyword)
|
||||
|
Loading…
Reference in New Issue
Block a user