Skip to content

Commit 902082e

Browse files
committed
Fix typo in update command.
1 parent 359c00d commit 902082e

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
@@ -2006,7 +2006,7 @@ async def update(self, ctx, *, flag: str = ""):
20062006
if self.bot.check_local_git() is False:
20072007
embed = discord.Embed(
20082008
title="Update Command Unavailable",
2009-
description="The bot cannot be updated due to not being installed via a git."
2009+
description="The bot cannot be updated due to not being installed via git."
20102010
"You need to manually update the bot according to your hosting method.",
20112011
color=discord.Color.red(),
20122012
)

0 commit comments

Comments
 (0)