1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 11:34:18 +00:00

🧹 Reformat file

This commit is contained in:
Steffo 2022-02-22 04:16:56 +01:00 committed by Stefano Pigozzi
parent 9a1461eddb
commit f189eba044

View file

@ -3,7 +3,6 @@ import royalpack.bolts as rb
import datetime import datetime
import random import random
WHO = [ WHO = [
# A chi sarà diretto l'insulto # A chi sarà diretto l'insulto
"Dio", "Dio",
@ -65,7 +64,7 @@ async def diobot(*, _msg: engi.Message, **__):
h = hash(datetime.datetime.now()) h = hash(datetime.datetime.now())
message = random.Random(x=h).sample(WHO, 1)[0] 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 += " "
message += random.Random(x=h).sample(WHAT, 1)[0] message += random.Random(x=h).sample(WHAT, 1)[0]
message += "!" message += "!"