Leaderboards will show 10 users per page

This commit is contained in:
Toastie 2024-10-08 13:55:47 +13:00
parent af4be2aa8c
commit db8885739f
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
7 changed files with 31 additions and 47 deletions
src/EllieBot.Generators

View file

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