aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/seasons/christmas/adventofcode.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/bot/seasons/christmas/adventofcode.py b/bot/seasons/christmas/adventofcode.py
index 527697f2..e9726752 100644
--- a/bot/seasons/christmas/adventofcode.py
+++ b/bot/seasons/christmas/adventofcode.py
@@ -130,9 +130,11 @@ class AdventOfCode:
await ctx.invoke(self.bot.get_command("help"), "adventofcode")
- @adventofcode_group.command(name="subscribe",
- aliases=("sub", "notifications", "notify", "notifs"),
- brief="Notifications for new days")
+ @adventofcode_group.command(
+ name="subscribe",
+ aliases=("sub", "notifications", "notify", "notifs"),
+ brief="Notifications for new days"
+ )
async def aoc_subscribe(self, ctx: commands.Context):
"""
Assign the role for notifications about new days being ready.