aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts
diff options
context:
space:
mode:
authorGravatar Chris <[email protected]>2021-04-17 12:24:17 +0100
committerGravatar Chris <[email protected]>2021-04-17 12:24:17 +0100
commit2d3e1cd56eaf4902ca49f0a47a6c933484f0f1b5 (patch)
tree34a093d94a9ab79a6d61894db864316c84448885 /bot/exts
parentSilence matplotlib's logger (diff)
Fix captitilization in docstring
Co-authored-by: LXNN <[email protected]>
Diffstat (limited to 'bot/exts')
-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)