diff --git a/src/NadekoBot/Modules/Utility/Commands/InfoCommands.cs b/src/NadekoBot/Modules/Utility/Commands/InfoCommands.cs index 96e06a4e..7e965fa8 100644 --- a/src/NadekoBot/Modules/Utility/Commands/InfoCommands.cs +++ b/src/NadekoBot/Modules/Utility/Commands/InfoCommands.cs @@ -126,7 +126,7 @@ namespace NadekoBot.Modules.Utility } await Context.Channel.EmbedAsync(new EmbedBuilder() - .WithTitle(GetText("activity_page", page)) + .WithTitle(GetText("activity_page", page + 1)) .WithOkColor() .WithFooter(efb => efb.WithText(GetText("activity_users_total", NadekoBot.CommandHandler.UserMessagesSent.Count)))