diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/seasons/evergreen/bookmark.py | 4 | 
1 files changed, 2 insertions, 2 deletions
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."
  |