diff options
| author | 2019-12-05 20:00:07 +0530 | |
|---|---|---|
| committer | 2019-12-05 20:00:07 +0530 | |
| commit | 573667aece1eae84b4a6ed43880eb6cbf270a30e (patch) | |
| tree | dfb02873d0491fbf6bc806c715b625e12a0aeaac /bot | |
| parent | Simple change in a if string (diff) | |
Fixed typo of DMs
Co-Authored-By: Matteo Bertucci <[email protected]>
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/seasons/evergreen/bookmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
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)
|