diff options
| author | 2019-12-05 18:45:20 +0530 | |
|---|---|---|
| committer | 2019-12-05 18:45:20 +0530 | |
| commit | d69812da436143e6abc321f6f76e7a71021588da (patch) | |
| tree | e617a808af3211bfa4a7258b3b26989f9f5466a0 | |
| parent | Fixed wrong order of import syntax (diff) | |
Saying goodbye to a easteregg
RIP         `embed.set_footer(text="Why everything so heavy ?")`
Diffstat (limited to '')
| -rw-r--r-- | bot/seasons/evergreen/bookmark.py | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/bookmark.py b/bot/seasons/evergreen/bookmark.py index 5bcb8030..732132b4 100644 --- a/bot/seasons/evergreen/bookmark.py +++ b/bot/seasons/evergreen/bookmark.py @@ -44,7 +44,6 @@ class Bookmark(commands.Cog):          if hint == "":
              hint = "No hint provided."
 -        embed.set_footer(text="Why everything so heavy ?")
          embed.set_thumbnail(
              url="https://emojipedia-us.s3."
                  "dualstack.us-west-1.amazonaws.com"
  |