diff options
| author | 2019-12-05 19:58:37 +0530 | |
|---|---|---|
| committer | 2019-12-05 19:58:37 +0530 | |
| commit | aa7eeec38b387f14a4fdd58c8610c54f65e2da5f (patch) | |
| tree | f027aa4afbda10454e449330efd6d90e5b898843 | |
| parent | Renamed error names (diff) | |
Renamed error names
Co-Authored-By: Matteo Bertucci <[email protected]>
| -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 6b8de6e1..eb35372d 100644 --- a/bot/seasons/evergreen/bookmark.py +++ b/bot/seasons/evergreen/bookmark.py @@ -56,7 +56,7 @@ class Bookmark(commands.Cog): try:
await ctx.author.send(embed=embed)
except discord.Forbidden:
- embed_error_2 = discord.Embed(
+ 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.",
colour=Colours.soft_red
|