Skip to content

Commit

Permalink
Update pokemon.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cringe-neko-girl authored Feb 17, 2025
1 parent 8dd294c commit f261158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cogs/pokemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -2099,7 +2099,7 @@ def __init__(
option = discord.SelectOption(
label=formatted_name,
value=form_url,
description=f"{description[:50]}...",
description=f"{description[:60]}...",
emoji=emoji
)
options.append(option)
Expand Down

0 comments on commit f261158

Please sign in to comment.