From 940ab3b1a3e013c819b220dbf2cb68df9094fc53 Mon Sep 17 00:00:00 2001 From: Fabio De Simone Date: Fri, 9 Oct 2020 18:26:59 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20new=20fortunes=20and=20answ?= =?UTF-8?q?er=20entries=20(#42)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- royalpack/commands/answer.py | 16 +++++++++++----- royalpack/commands/fortune.py | 8 ++++++++ 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/royalpack/commands/answer.py b/royalpack/commands/answer.py index a5796329..6fb1f55b 100644 --- a/royalpack/commands/answer.py +++ b/royalpack/commands/answer.py @@ -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", - - # risposte "boh": 15 + "❌ [url=https://www.youtube.com/watch?v=5lbGAzo9RrM]NEIN NEIN NEIN NEIN[/url]", + "❌ Delet dis", + + # 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: diff --git a/royalpack/commands/fortune.py b/royalpack/commands/fortune.py index 142e8e3f..da51c3b4 100644 --- a/royalpack/commands/fortune.py +++ b/royalpack/commands/fortune.py @@ -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: