Skip to content

Commit

Permalink
Update dev.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pieckenst committed Aug 29, 2024
1 parent f457f62 commit f71f432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ async def pypi(self, ctx, *, package_name: str = None):
embed = discord.Embed(
title=f"{pypi_data.get('name', 'N/A')} {pypi_data.get('version', 'N/A')}",
url=pypi_data.get("release_url", "https://pypi.org"),
description=pypi_data.get("summary", "No summary provided"),
description=pypi_data.get("description", "Nothing provided"),
color=random.randint(0, 16777215),
)

Expand Down

0 comments on commit f71f432

Please sign in to comment.