Skip to content

Commit 3d0da7b

Browse files
committed
Fix typo in update command
1 parent e8e7914 commit 3d0da7b

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
@@ -2197,7 +2197,7 @@ async def update(self, ctx, *, flag: str = ""):
21972197
if self.bot.check_local_git() is False:
21982198
embed = discord.Embed(
21992199
title="Update Command Unavailable",
2200-
description="The bot cannot be updated due to not being installed via a git."
2200+
description="The bot cannot be updated due to not being installed via git."
22012201
"You need to manually update the bot according to your hosting method."
22022202
"If you face any issues please don´t hesitate to contact modmail support.",
22032203
color=discord.Color.red(),

0 commit comments

Comments
 (0)