Skip to content

Commit

Permalink
ffplayer planting without clan
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixLusseau committed Jan 2, 2024
1 parent 25f928a commit d98401a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/ffplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ async function ffplayer(bot, api, interaction, channel, tag) {

player_data += `<:Hashtag:1186369411439923220> Tag: **${player.tag}**\n`
+ `:mechanic: Role: **${player.role}**\n`
+ `<a:Colored_arrow:1186367114190270516> Clan name: **${player.clan.name}**\n`
+ `<:Hashtag:1186369411439923220> Clan tag: **${player.clan.tag}**\n\n`
+ `<a:Colored_arrow:1186367114190270516> Clan name: **${player.clan?.name}**\n`
+ `<:Hashtag:1186369411439923220> Clan tag: **${player.clan?.tag}**\n\n`
+ `:trophy: Trophies: **${player.trophies}**\n`
+ `:medal: Best trophies: ${player.bestTrophies}\n`
+ `<:Exp_level:1186623719897051176> Exp Level: **${player.expLevel}**\n`
Expand Down

0 comments on commit d98401a

Please sign in to comment.