From 3eb499bf0e0dd3dbc72553fcef39d992d359592b Mon Sep 17 00:00:00 2001 From: bobloy Date: Thu, 8 Jul 2021 08:30:21 -0400 Subject: [PATCH] black reformat --- recyclingplant/recyclingplant.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/recyclingplant/recyclingplant.py b/recyclingplant/recyclingplant.py index 74ff6e8..3751648 100644 --- a/recyclingplant/recyclingplant.py +++ b/recyclingplant/recyclingplant.py @@ -61,11 +61,17 @@ class RecyclingPlant(Cog): if answer is None: if timeoutcount == 2: await ctx.send( - "{} slacked off at work, so they were sacked with no pay.".format(ctx.author.display_name) + "{} slacked off at work, so they were sacked with no pay.".format( + ctx.author.display_name ) + ) break else: - await ctx.send("{} is slacking, and if they carry on not working, they'll be fired.".format(ctx.author.display_name)) + await ctx.send( + "{} is slacking, and if they carry on not working, they'll be fired.".format( + ctx.author.display_name + ) + ) timeoutcount += 1 elif answer.content.lower().strip() == used["action"]: await ctx.send(