Skip to content

Commit

Permalink
fix: reinstalling packages text
Browse files Browse the repository at this point in the history
  • Loading branch information
howardt12345 committed Jan 23, 2024
1 parent feb8b55 commit 47deacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/restart/restart.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async def restart(
):
embed = discord.Embed(
title="Restarting...",
description=f"Restarting{(f' and deploying `{branch.value}`' if branch is not None else '')}, goodbye world",
description=f"Restarting{(f' and deploying `{branch.value}`' if branch is not None else '')}{' and reinstalling packages' if reinstall_requirements else ''}, goodbye world",
color=discord.Color.red(),
)
random_gif = choice(list(GIFS_DIR.iterdir()))
Expand Down

0 comments on commit 47deacb

Please sign in to comment.