aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
Diffstat (limited to 'cogs')
-rwxr-xr-xcogs/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index 84c91cd..9bf1368 100755
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -399,7 +399,7 @@ class Utils(commands.Cog):
# *Don't* ask
if message.author.id == 289721817516605440: # An ultra special dude
text = (
- unicodedata.normalize("NFD", message.context)
+ unicodedata.normalize("NFD", message.content)
.encode("ascii", "ignore")
.decode("utf-8")
)