aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/seasons/evergreen/bookmark.py2
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