mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
🧹 Reformat file
This commit is contained in:
parent
9a1461eddb
commit
f189eba044
1 changed files with 1 additions and 2 deletions
|
@ -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 += "!"
|
||||||
|
|
Loading…
Reference in a new issue