Skip to content

Commit

Permalink
chore: jut look at the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
imnaiyar committed Oct 16, 2024
1 parent 5d6ed0a commit 634cc09
Show file tree
Hide file tree
Showing 2 changed files with 423 additions and 419 deletions.
2 changes: 1 addition & 1 deletion src/bot/libs/classes/Spirits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class Spirits {
? `- ${this.t("commands.SPIRITS.RESPONSES.EMBED.FIELDS.SUMMARY_DESC_NO_ELIGIBLE", {
SEASON:
Object.values(seasonsData).find((v) => v.name === data.season)?.icon +
` **__${this.t("commands.GUIDES.RESPONSES.SPIRIT_SELECT_PLACEHOLDER", { SEASON: data.season })}__`,
` **__${this.t("commands.GUIDES.RESPONSES.SPIRIT_SELECT_PLACEHOLDER", { SEASON: data.season })}__**`,
})}`
: data.ts.returned
? `${this.t("commands.SPIRITS.RESPONSES.EMBED.FIELDS.SUMMARY_DESC_RETURNED", { VISITS: data.ts.dates.length })}\n${this._formatDates(data.ts.dates)}`
Expand Down
Loading

0 comments on commit 634cc09

Please sign in to comment.