mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 10:48:26 -04:00
More target-typed new and redundant paranthesis cleanup
This commit is contained in:
@@ -95,7 +95,7 @@ public partial class Searches
|
||||
return;
|
||||
}
|
||||
|
||||
await ctx.SendPaginatedConfirmAsync(0, (cur) =>
|
||||
await ctx.SendPaginatedConfirmAsync(0, cur =>
|
||||
{
|
||||
var embed = _eb.Create()
|
||||
.WithOkColor();
|
||||
|
Reference in New Issue
Block a user