Skip to content

Commit

Permalink
Shorten emoji names to fix text overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Iapetus-11 committed Aug 18, 2024
1 parent 22b208a commit 3613331
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions bot/cogs/commands/econ.py
Original file line number Diff line number Diff line change
Expand Up @@ -2283,8 +2283,6 @@ async def farm(self, ctx: Ctx):
icon_url=getattr(ctx.author.avatar, "url", None),
)

# embed.add_field(name='\uFEFF', value=(self.d.emojis.air * 20), inline=False)

embed.add_field(
name=ctx.l.econ.farm.commands_title,
value="\n".join(
Expand Down
12 changes: 6 additions & 6 deletions common/data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1669,12 +1669,12 @@
"bopa": "<:bopa:1261478828690247710>",
"farming": {
"growing": {
"emerald_fruit": "<:emerald_fruit_growing:927292976756031551>",
"chorus_fruit": "<:chorus_fruit_growing:927292976999333948>",
"melon": "<:melon_growing:982370173711425546>",
"potato": "<:potatoes_growing:927292976995127316>",
"carrot": "<:carrots_growing:927292976852529163>",
"wheat": "<:wheat_growing:927292977091600494>",
"emerald_fruit": "<:emerald_fruit_g:927292976756031551>",
"chorus_fruit": "<:chorus_fruit_g:927292976999333948>",
"melon": "<:melon_g:982370173711425546>",
"potato": "<:potatoes_g:927292976995127316>",
"carrot": "<:carrots_g:927292976852529163>",
"wheat": "<:wheat_g:927292977091600494>",
"farmland": "<:farmland:927282404958285914>"
},
"normal": {
Expand Down

0 comments on commit 3613331

Please sign in to comment.