Skip to content

Commit a33038f

Browse files
Remove default for repo description
Co-authored-by: z <me@arielle.codes>
1 parent a5a0a44 commit a33038f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bot/exts/utilities/githubinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def build_embed(self, repo_data: dict) -> discord.Embed:
331331
"""Create a clean discord embed to show repo data."""
332332
embed = discord.Embed(
333333
title=repo_data["name"],
334-
description=repo_data["description"] or "No description provided.",
334+
description=repo_data["description"],
335335
colour=discord.Colour.og_blurple(),
336336
url=repo_data["html_url"]
337337
)

0 commit comments

Comments
 (0)