Possibly fix #1821

This commit is contained in:
Master Kwoth 2017-11-12 08:18:40 +01:00
parent 35005b92b3
commit 4e37127536

View File

@ -118,7 +118,7 @@ namespace NadekoBot.Modules.Utility
[OwnerOnly]
public async Task Activity(int page = 1)
{
const int activityPerPage = 15;
const int activityPerPage = 10;
page -= 1;
if (page < 0)