aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/evergreen/profile_pic_modification/pfp_modify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/profile_pic_modification/pfp_modify.py b/bot/exts/evergreen/profile_pic_modification/pfp_modify.py
index 51999fb0..77c937de 100644
--- a/bot/exts/evergreen/profile_pic_modification/pfp_modify.py
+++ b/bot/exts/evergreen/profile_pic_modification/pfp_modify.py
@@ -47,7 +47,7 @@ class PfpModify(commands.Cog):
Fetches a member and handles errors.
This helper funciton is required as the member cache doesn't always have the most up to date
- profile picture. THis can lead to errors if the image is delted from the Discord CDN.
+ profile picture. This can lead to errors if the image is delted from the Discord CDN.
"""
try:
member = await self.bot.get_guild(Client.guild).fetch_member(member_id)