From cbc527346ab5d32c6c6345f2a813ba8239c144de Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Wed, 17 May 2017 00:57:10 +0200 Subject: [PATCH] string fix --- src/NadekoBot/Modules/Utility/Commands/InfoCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))