From 7bb80935eec880ad27279fbc45d2ffb54475d849 Mon Sep 17 00:00:00 2001 From: ByteCommander Date: Mon, 3 Dec 2018 23:48:14 +0100 Subject: Adapt code style according to review --- bot/seasons/christmas/adventofcode.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bot/seasons/christmas/adventofcode.py') 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. -- cgit v1.2.3