diff options
author | 2020-03-13 13:43:09 -0400 | |
---|---|---|
committer | 2020-03-13 13:43:09 -0400 | |
commit | f435a01872e912960bb895cd691fc1ebd394cf1f (patch) | |
tree | 5e447b8b460fd5edf794c1ed1c6bacd240216b73 /bot/seasons/christmas/adventofcode.py | |
parent | (Help): Comments Cleanup (diff) | |
parent | Merge pull request #370 from python-discord/feat/deps/355/pep8-naming (diff) |
Merge branch 'master' into help
Diffstat (limited to 'bot/seasons/christmas/adventofcode.py')
-rw-r--r-- | bot/seasons/christmas/adventofcode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/christmas/adventofcode.py b/bot/seasons/christmas/adventofcode.py index f2ec83df..8caf43bd 100644 --- a/bot/seasons/christmas/adventofcode.py +++ b/bot/seasons/christmas/adventofcode.py @@ -364,7 +364,7 @@ class AdventOfCode(commands.Cog): aoc_embed.set_footer(text="Last Updated") await ctx.send( - content=f"Here's the current global Top {number_of_people_to_display}! {Emojis.christmas_tree*3}\n\n{table}", # noqa + f"Here's the current global Top {number_of_people_to_display}! {Emojis.christmas_tree*3}\n\n{table}", embed=aoc_embed, ) |