Skip to content

Commit

Permalink
top command to doublefetch users
Browse files Browse the repository at this point in the history
  • Loading branch information
RheaAyase committed Jul 10, 2024
1 parent 831671e commit 6bda4b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Karma.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public List<Command> Init(IValkyrjaClient iClient)

int i = 0;
StringBuilder response = new StringBuilder($"Here is the top {n} {e.Server.Config.KarmaCurrencySingular} holders:");
response.AppendLine();
foreach( UserData userData in users )
{
IGuildUser user = e.Server.Guild.GetUser(userData.UserId);
Expand Down

0 comments on commit 6bda4b8

Please sign in to comment.