Skip to content

Commit

Permalink
Update Refresh.GameServer/Services/DiscordStaffService.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Beyley Thomas <[email protected]>
Signed-off-by: jvyden <[email protected]>
  • Loading branch information
jvyden and Beyley authored Aug 24, 2024
1 parent a2f33b5 commit 36dbfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Refresh.GameServer/Services/DiscordStaffService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ public void PostPredictionResult(Dictionary<string, float> results, GameAsset as
builder.AddField(tagFormatted, confidenceFormatted, true);
}

this.PostMessage($"Prediction result for {author.Username}:", [builder.Build()]);
this.PostMessage($"Prediction result for {asset.AssetHash} ({author.Username}):", [builder.Build()]);
}
}

0 comments on commit 36dbfc5

Please sign in to comment.