aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/christmas/adventofcode.py
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-03-07 13:43:56 +0100
committerGravatar kwzrd <[email protected]>2020-03-07 13:43:56 +0100
commit7a72c353fcc95418ee46e045025150b1e78f7909 (patch)
tree5ae43e476bd9da9835e17c5829dc87bf132ed13b /bot/seasons/christmas/adventofcode.py
parentDeseasonify: load all extensions on start-up (diff)
parentMerge pull request #370 from python-discord/feat/deps/355/pep8-naming (diff)
Merge branch 'master' into seasonal-purge
Update the feature branch. This resolves a conflict in the season.py module, which has been since been deprecated and removed.
Diffstat (limited to 'bot/seasons/christmas/adventofcode.py')
-rw-r--r--bot/seasons/christmas/adventofcode.py2
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,
)