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

Added new fortunes and answer entries (#42)

This commit is contained in:
Fabio De Simone 2020-10-09 18:26:59 +02:00 committed by GitHub
parent b6ef87b8a4
commit 940ab3b1a3
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 5 deletions

View file

@ -16,7 +16,7 @@ class AnswerCommand(rc.Command):
# Cerchiamo di tenere bilanciate le tre colonne, o almeno le prime due.
# Se avete un'idea ma metterebbe troppe opzioni in un'unica categoria, mettetela sotto commento.
# risposte "sì": 15
# risposte "sì": 16
"🔵 Sì.",
"🔵 Decisamente sì!",
"🔵 Uhm, secondo me sì.",
@ -32,11 +32,13 @@ class AnswerCommand(rc.Command):
"🔵 Hell yeah.",
"🔵 [url=https://www.youtube.com/watch?v=sq_Fm7qfRQk]YES! YES! YES![/url]",
"🔵 yusssssss",
"🔵 Non vedo perchè no",
"🔵 Ha senso, ha perfettamente senso, nulla da obiettare, ha senso.",
# risposte "no": 15
# risposte "no": 17
"❌ No.",
"❌ Decisamente no!",
"❌ Uhm, secondo me sì.",
"❌ Uhm, secondo me sì. No, aspetta, ci ho ripensato. è un no.",
"❌ No, no, e ancora NO!",
"❌ Nope.",
"❌ Direi proprio di no.",
@ -49,8 +51,10 @@ class AnswerCommand(rc.Command):
"❌ Hell no.",
"❌ [url=https://www.youtube.com/watch?v=fKEZFRcuEqw]NO! NO! NO![/url]",
"❌ lolno",
"❌ [url=https://www.youtube.com/watch?v=5lbGAzo9RrM]NEIN NEIN NEIN NEIN[/url]",
"❌ Delet dis",
# risposte "boh": 15
# risposte "boh": 18
"❔ Boh.",
"❔ E io che ne so?!",
"❔ Non so proprio rispondere.",
@ -67,6 +71,8 @@ class AnswerCommand(rc.Command):
"❔ Non ne ho la più pallida idea.",
"❔ No comment.",
"❔ maibi",
"❔ maibi not",
"❔ idk dude",
]
async def run(self, args: rc.CommandArgs, data: rc.CommandData) -> None:

View file

@ -58,6 +58,14 @@ class FortuneCommand(rc.Command):
"🔙 Oggi torneai indietro nel tempo!",
"🚨 Oggi suonerà l'allarme della Velvet Room!",
"♾ Oggi ti sembrerà infinito!",
"🤔 Oggi potresti dimenticare qualcosa di imoprtante",
"🥠 Oggi faresti meglio a chiedere a un biscotto della fortuna",
"🏳️‍🌈 Oggi scoprirai l'esistenza di almeno un gender che non conoscevi",
"▯ Oggi le emoji non funzioneranno",
"🌌 Oggi sarai votato come impostor",
"⬜️ Oggi non succederà assolutamente nulla",
"🥴 [url=https://www.youtube.com/watch?v=LLrKV_zRxvs]Oggi ti dimenticherai come ci si siede[/url]",
"👀 Oggi scoprirai di avere degli occhi",
]
async def run(self, args: rc.CommandArgs, data: rc.CommandData) -> None: