Small pagination bugfix
This commit is contained in:
@ -103,7 +103,7 @@ namespace NadekoBot.Modules.Searches
|
||||
|
||||
return embed.WithDescription(fs);
|
||||
|
||||
}, feeds.Count / 10);
|
||||
}, feeds.Count, 10);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user