aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/christmas/adventofcode.py
diff options
context:
space:
mode:
authorGravatar ks123 <[email protected]>2020-03-11 17:47:58 +0200
committerGravatar ks123 <[email protected]>2020-03-11 17:47:58 +0200
commit570cb893a38d8da7f4445539de87b0579e4c934c (patch)
tree84d6bcd3ce83d86d39979616cc6655d632d2ac96 /bot/seasons/christmas/adventofcode.py
parent(Space Cog): Clean comments (diff)
parentMerge branch 'master' into space-cog (diff)
Merge remote-tracking branch 'origin/space-cog' into space-cog
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,
)