black reformat
This commit is contained in:
parent
15ecf72c64
commit
3eb499bf0e
@ -61,11 +61,17 @@ class RecyclingPlant(Cog):
|
|||||||
if answer is None:
|
if answer is None:
|
||||||
if timeoutcount == 2:
|
if timeoutcount == 2:
|
||||||
await ctx.send(
|
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
|
break
|
||||||
else:
|
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
|
timeoutcount += 1
|
||||||
elif answer.content.lower().strip() == used["action"]:
|
elif answer.content.lower().strip() == used["action"]:
|
||||||
await ctx.send(
|
await ctx.send(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user