diff --git a/redbot/core/utils/mod.py b/redbot/core/utils/mod.py index 74e3f4b30..a19a6807b 100644 --- a/redbot/core/utils/mod.py +++ b/redbot/core/utils/mod.py @@ -72,7 +72,7 @@ def get_audit_reason(author: discord.Member, reason: str = None): author : discord.Member The author behind the audit log action. reason : str - The reason behidn the audit log action. + The reason behind the audit log action. Returns -------