Skip to content

Commit

Permalink
Improve discord report styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixafy committed Dec 6, 2023
1 parent 99e50ac commit 799d740
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class ReportCommand(cordexProxy: CordexProxy, name: String, permission: String)
"\nFirst login: **" + target.firstLogin + "**" +
"\nOriginal minecraft: **" + (if (target.type == "online") "yes" else "no") + "**" +
"\nBanned: **" + cordexProxy.databaseController.getBanCount(target.id) + "x** | Reported: **" + cordexProxy.databaseController.getReportCount(target.id) + "x**" +
"\n**-----------------------------------------------------------------------------**" + lastMessages +
lastMessages +
"\n\nReport reason: **" + reason + "**" +
"\nReported on server: **" + ChatColor.stripColor(cordexProxy.serverController.getServer(cordPlayer.player.server.info.name).displayName.colored()) + "**"
)
Expand Down

0 comments on commit 799d740

Please sign in to comment.