Skip to content

Commit

Permalink
Update boards.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Gizdulock authored May 5, 2022
1 parent 735c585 commit e883d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ async def board_loop(self):
if "raid_lvl_3_active" in board['type']:
text = f"{text}3⭐: **{raid_active[0][3]:,}** {self.bot.locale['raids']} | **{egg_active[0][3]:,}** {self.bot.locale['eggs']}\n"
elif "egg_lvl_3_active" in board['type']:
text = f"{text}{self.bot.custom_emotes['raid_egg_3']} **{egg_active[0][3]:,}** {self.bot.locale['active_eggs']}\n
text = f"{text}{self.bot.custom_emotes['raid_egg_3']} **{egg_active[0][3]:,}** {self.bot.locale['active_eggs']}\n"
if "raid_lvl_1_active" in board['type']:
text = f"{text}1⭐: **{raid_active[0][1]:,}** {self.bot.locale['raids']} | **{egg_active[0][1]:,}** {self.bot.locale['eggs']}\n"
elif "egg_lvl_2_active" in board['type']:
Expand Down

0 comments on commit e883d10

Please sign in to comment.