Skip to content

Commit e31ccca

Browse files
mhaxanaliSacul0457
andauthored
Update bot/exts/utilities/githubinfo.py to keep the code style consistent throughout
Co-authored-by: Sacul <183588943+Sacul0457@users.noreply.github.com>
1 parent 93499fb commit e31ccca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bot/exts/utilities/githubinfo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,9 @@ async def github_repo_info(self, ctx: commands.Context, *repo: str) -> None:
375375

376376
if repo_query.count("/") > 1:
377377
embed = discord.Embed(
378-
colour=Colours.soft_red,
379378
title=random.choice(NEGATIVE_REPLIES),
380-
description="There cannot be more than one `/` in the repository."
379+
description="There cannot be more than one `/` in the repository.",
380+
colour=Colours.soft_red
381381
)
382382
await ctx.send(embed=embed)
383383
return

0 commit comments

Comments
 (0)