Skip to content

Commit

Permalink
Update DivorceExecutor text
Browse files Browse the repository at this point in the history
  • Loading branch information
WinG4merBR committed Dec 27, 2024
1 parent d0c1281 commit e3d8c2f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class DivorceExecutor : FoxyCommandExecutor() {
context.reply(true) {
content = pretty(
FoxyEmotes.FoxyCry,
context.locale["divorce.confirm", partnerAsUser.asMention]
context.locale["divorce.confirm", partnerAsUser.globalName ?: partnerAsUser.name]
)

actionRow(
Expand Down Expand Up @@ -58,7 +58,7 @@ class DivorceExecutor : FoxyCommandExecutor() {
actionRow(
context.foxy.interactionManager.createButtonForUser(
context.user,
ButtonStyle.PRIMARY,
ButtonStyle.SECONDARY,
FoxyEmotes.FoxyCry,
context.locale["divorce.confirmButton"]
) { }.asDisabled()
Expand Down

0 comments on commit e3d8c2f

Please sign in to comment.