Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ntalcme committed Jan 8, 2025
1 parent ed82e5b commit 2e8f6f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Discord/src/commands/guild/GuildElderCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ export async function handleCommandGuildElderAcceptPacketRes(packet: CommandGuil
embeds: [
new DraftBotEmbed().formatAuthor(i18n.t("commands:guildElder.successElderAddTitle", {
lng: originalInteraction.userLanguage,
elderPseudo: promotedPlayer.attributes.gameUsername
elderPseudo: promotedPlayer.attributes.gameUsername,
guildName: packet.guildName
}), originalInteraction.user)
.setDescription(
i18n.t("commands:guildElder.acceptedDesc", {lng: originalInteraction.userLanguage})
Expand Down

0 comments on commit 2e8f6f7

Please sign in to comment.