mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Started rewriting all paginted responses into the new system
This commit is contained in:
@@ -120,7 +120,7 @@ public partial class Searches
|
||||
await Response().Embed(new EmbedBuilder().WithOkColor().WithDescription(GetText(strs.feed_no_feed))).SendAsync();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
await ctx.SendPaginatedConfirmAsync(0,
|
||||
cur =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user