change: Leaderboards will show 10 users per page

This commit is contained in:
Kwoth
2024-10-07 09:07:32 +00:00
parent 1340533c21
commit cd8c14c607
7 changed files with 33 additions and 47 deletions

View File

@@ -87,7 +87,7 @@ namespace NadekoBot.Generators
sw.WriteLine("namespace NadekoBot.GrpcApi;");
sw.WriteLine();
sw.WriteLine("public partial class PermsInterceptor");
sw.WriteLine("public partial class GrpcApiPermsInterceptor");
sw.WriteLine("{");
sw.Indent++;