aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/christmas/adventofcode.py
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2020-03-20 18:16:44 -0400
committerGravatar GitHub <[email protected]>2020-03-20 18:16:44 -0400
commit55aac3508b30ffbb26a74372f958bc526a9773fc (patch)
tree620601201c74a56f71dda42cfd73823002fe6311 /bot/seasons/christmas/adventofcode.py
parentBattleships - change hard-coded strings in subcommand (diff)
parentMerge pull request #373 from python-discord/python38 (diff)
Merge branch 'master' into battleships
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,
)