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

Update answer.py

This commit is contained in:
Paltri 2021-01-12 15:05:07 +01:00 committed by GitHub
parent a37bc145f7
commit 832bd903c6
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,8 @@ async def answer(*, _sentry: engi.Sentry, _msg: engi.Message, **__):
"🔵 yusssssss", "🔵 yusssssss",
"🔵 Non vedo perchè no", "🔵 Non vedo perchè no",
"🔵 Ha senso, ha perfettamente senso, nulla da obiettare, ha senso.", "🔵 Ha senso, ha perfettamente senso, nulla da obiettare, ha senso.",
"🔵 Yos!",
"🔵 Sì, ma tienilo segreto...",
# risposte "no": 17 # risposte "no": 17
"❌ No.", "❌ No.",
@ -49,6 +51,8 @@ async def answer(*, _sentry: engi.Sentry, _msg: engi.Message, **__):
"❌ lolno", "❌ lolno",
"❌ [url=https://www.youtube.com/watch?v=5lbGAzo9RrM]NEIN NEIN NEIN NEIN[/url]", "❌ [url=https://www.youtube.com/watch?v=5lbGAzo9RrM]NEIN NEIN NEIN NEIN[/url]",
"❌ Delet dis", "❌ Delet dis",
"❌ Nopety nope!",
"❌ No, ma tienilo segreto.",
# risposte "boh": 18 # risposte "boh": 18
"❔ Boh.", "❔ Boh.",
@ -69,6 +73,7 @@ async def answer(*, _sentry: engi.Sentry, _msg: engi.Message, **__):
"❔ maibi", "❔ maibi",
"❔ maibi not", "❔ maibi not",
"❔ idk dude", "❔ idk dude",
"❔ Non mi è permesso condividere questa informazione",
] ]
h = hash(datetime.datetime.now()) h = hash(datetime.datetime.now())