This commit is contained in:
Master Kwoth
2017-11-14 06:18:54 +01:00
13 changed files with 32 additions and 39 deletions

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)