From 7d8c47481535f6e1e1a604ba4b8e15b8b2005594 Mon Sep 17 00:00:00 2001 From: AG_1436 <45149585+AG4lyf@users.noreply.github.com> Date: Thu, 5 Dec 2019 19:58:27 +0530 Subject: Renamed error names 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 732132b4..6b8de6e1 100644 --- a/bot/seasons/evergreen/bookmark.py +++ b/bot/seasons/evergreen/bookmark.py @@ -20,7 +20,7 @@ class Bookmark(commands.Cog): """Bookmarks a message.""" if jump_url is not None and jump_url != "*": if "discordapp.com/channels" not in jump_url: - embed_error_1 = discord.Embed( + embed_error = discord.Embed( title=random.choice(ERROR_REPLIES), description="I can't find the associated message. " "This command supports the following syntax:\n" -- cgit v1.2.3