Skip to content

Commit a7d7043

Browse files
committed
Fix typo in update command.
1 parent d367a15 commit a7d7043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2153,7 +2153,7 @@ async def update(self, ctx, *, flag: str = ""):
21532153
if self.bot.check_local_git() is False:
21542154
embed = discord.Embed(
21552155
title="Update Command Unavailable",
2156-
description="The bot cannot be updated due to not being installed via a git."
2156+
description="The bot cannot be updated due to not being installed via git."
21572157
"You need to manually update the bot according to your hosting method.",
21582158
color=discord.Color.red(),
21592159
)

0 commit comments

Comments
 (0)