From 573667aece1eae84b4a6ed43880eb6cbf270a30e Mon Sep 17 00:00:00 2001 From: AG_1436 <45149585+AG4lyf@users.noreply.github.com> Date: Thu, 5 Dec 2019 20:00:07 +0530 Subject: Fixed typo of DMs Co-Authored-By: Matteo Bertucci --- bot/seasons/evergreen/bookmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/seasons/evergreen/bookmark.py b/bot/seasons/evergreen/bookmark.py index aeeb30ac..ca06711a 100644 --- a/bot/seasons/evergreen/bookmark.py +++ b/bot/seasons/evergreen/bookmark.py @@ -58,7 +58,7 @@ class Bookmark(commands.Cog): except discord.Forbidden: embed_error = discord.Embed( title=random.choice(ERROR_REPLIES), - description="You have to enable direct messages from this server to receive DM's from me.", + description="You have to enable direct messages from this server to receive DMs from me.", colour=Colours.soft_red ) await ctx.send(embed=embed_error_2) -- cgit v1.2.3