Skip to content

Commit

Permalink
remove 2nd lb text in nowranked embed
Browse files Browse the repository at this point in the history
  • Loading branch information
mistralwz authored Jul 8, 2024
1 parent e458fc7 commit 5349e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/chatbotCommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ async def editMap(fro: str, chan: str, message: list[str]) -> str | None:
fields=[
{"name": k, "value": v}
for k, v in {
"Previous Status": f"<:{prev_status_readable}:{prev_status_emoji_id}>・{prev_status_readable}\n\n**Leaderboard**\n{icon_akatsuki}・[Akatsuki](https://akatsuki.gg/b/{last_np_map_id})",
"Previous Status": f"<:{prev_status_readable}:{prev_status_emoji_id}>・{prev_status_readable}",
"Leaderboard": f"\n{icon_akatsuki}・[`Akatsuki`](https://akatsuki.gg/s/{res['beatmapset_id']})",
}.items()
],
Expand Down

0 comments on commit 5349e6c

Please sign in to comment.