mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
Update answer.py
This commit is contained in:
parent
a37bc145f7
commit
832bd903c6
1 changed files with 5 additions and 0 deletions
|
@ -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())
|
||||||
|
|
Loading…
Reference in a new issue