From 76951aff4eeee516f0a401bb9c1f2e1434fbf38f Mon Sep 17 00:00:00 2001 From: AG_1436 <45149585+AG4lyf@users.noreply.github.com> Date: Thu, 5 Dec 2019 17:54:01 +0530 Subject: Fixed wrong order of import syntax --- bot/seasons/evergreen/bookmark.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bot') diff --git a/bot/seasons/evergreen/bookmark.py b/bot/seasons/evergreen/bookmark.py index c778a8d1..5bcb8030 100644 --- a/bot/seasons/evergreen/bookmark.py +++ b/bot/seasons/evergreen/bookmark.py @@ -4,7 +4,7 @@ import random import discord from discord.ext import commands -from bot.constants import ERROR_REPLIES, Colours +from bot.constants import Colours, ERROR_REPLIES log = logging.getLogger(__name__) @@ -40,7 +40,7 @@ class Bookmark(commands.Cog): colour=Colours.soft_green ) hint = ' '.join(args) - + if hint == "": hint = "No hint provided." -- cgit v1.2.3