string fix
This commit is contained in:
parent
3a96e272b4
commit
cbc527346a
@ -126,7 +126,7 @@ namespace NadekoBot.Modules.Utility
|
|||||||
}
|
}
|
||||||
|
|
||||||
await Context.Channel.EmbedAsync(new EmbedBuilder()
|
await Context.Channel.EmbedAsync(new EmbedBuilder()
|
||||||
.WithTitle(GetText("activity_page", page))
|
.WithTitle(GetText("activity_page", page + 1))
|
||||||
.WithOkColor()
|
.WithOkColor()
|
||||||
.WithFooter(efb => efb.WithText(GetText("activity_users_total",
|
.WithFooter(efb => efb.WithText(GetText("activity_users_total",
|
||||||
NadekoBot.CommandHandler.UserMessagesSent.Count)))
|
NadekoBot.CommandHandler.UserMessagesSent.Count)))
|
||||||
|
Loading…
Reference in New Issue
Block a user