diff --git a/royalpack/commands/diobot.py b/royalpack/commands/diobot.py index ed027a46..d432c7ed 100644 --- a/royalpack/commands/diobot.py +++ b/royalpack/commands/diobot.py @@ -3,7 +3,6 @@ import royalpack.bolts as rb import datetime import random - WHO = [ # A chi sarĂ  diretto l'insulto "Dio", @@ -65,7 +64,7 @@ async def diobot(*, _msg: engi.Message, **__): h = hash(datetime.datetime.now()) message = random.Random(x=h).sample(WHO, 1)[0] - for i in range (random.randint(1,5)): + for i in range(random.randint(1, 5)): message += " " message += random.Random(x=h).sample(WHAT, 1)[0] message += "!"