aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar AG_1436 <[email protected]>2019-12-05 19:58:37 +0530
committerGravatar GitHub <[email protected]>2019-12-05 19:58:37 +0530
commitaa7eeec38b387f14a4fdd58c8610c54f65e2da5f (patch)
treef027aa4afbda10454e449330efd6d90e5b898843
parentRenamed error names (diff)
Renamed error names
Co-Authored-By: Matteo Bertucci <[email protected]>
-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