From 7499f5dbfab7cc201bdbe31506c409ba8dc3a773 Mon Sep 17 00:00:00 2001 From: Bakersbakebread <29239704+Bakersbakebread@users.noreply.github.com> Date: Mon, 16 Apr 2018 20:41:11 +0100 Subject: [PATCH] [V3 Mod utils] Beihnd -> behind typo (#1531) Fixed typo --- redbot/core/utils/mod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -------