Skip to content

Commit

Permalink
Update nation.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Aug 10, 2024
1 parent a8c6429 commit 2c23be1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aurora/slashcommands/nation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,12 @@ export default {
const [capitalX, capitalZ] = [nation.capital.x, nation.capital.z]
const mapUrl = Aurora.buildMapLink({ x: capitalX, z: capitalZ }, 5)

const nationName = nation.wiki ? `[${nationLabel}](${nation.wiki})` : backtick(nationLabel)
//const nationName = nation.wiki ? `[${nationLabel}](${nation.wiki})` : backtick(nationLabel)

const area = Math.round(nation.area)
const worth = Math.round(nation.area * 16)

nationEmbed.setTitle(`Nation Info | ${nationName} | #${nationRank}`)
nationEmbed.setTitle(`Nation Info | ${backtick(nationLabel)} | #${nationRank}`)
.setThumbnail(nation.flag || 'attachment://aurora.png')
.setFooter(devsFooter(client))
.addFields(
Expand Down

0 comments on commit 2c23be1

Please sign in to comment.