mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
More target-typed new and redundant paranthesis cleanup
This commit is contained in:
@@ -461,7 +461,7 @@ public partial class Searches : NadekoModule<SearchesService>
|
||||
if (items.Any())
|
||||
{
|
||||
|
||||
await ctx.SendPaginatedConfirmAsync(0, (p) =>
|
||||
await ctx.SendPaginatedConfirmAsync(0, p =>
|
||||
{
|
||||
var item = items[p];
|
||||
return _eb.Create().WithOkColor()
|
||||
|
Reference in New Issue
Block a user