Skip to content

Commit

Permalink
Remove unnecessary user discriminators from "/rep delete"
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Nov 10, 2024
1 parent c4b5009 commit 9b917ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class RepCommand(val loritta: LorittaBot) : SlashCommandDeclarationWrapper {
if (user == null)
append("Unknown: ")
else
append("${user.name}#${user.discriminator}: ")
append("${user.name}: ")

val reputationContent = reputation.content
if (reputationContent != null) {
Expand Down

0 comments on commit 9b917ab

Please sign in to comment.