You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ciao {}, io sono {}! Il bot numero 1 di python_ita. Se hai qualche dubbio su come usarmi, leggi l'output del comando /help .
47
+
Ciao {}, io sono {}! Il bot di Python Italia e gruppi associati. Se hai qualche dubbio su come usarmi, leggi l'output del comando /help .
47
48
48
-
Se vuoi contribuire al bot contatta @itsMett oppure @christiancavuti :).
49
+
Se vuoi contribuire al bot guarda la repo ufficiale: https://github.com/pythonitalia/python-italy-telegram-bot :).
49
50
50
-
Se pensi che io sia un buon bot, e/o ti piacerebbe aiutarmi a sopravvivere nella giungla, scrivi /donate per aiutarmi ad aggiornare i miei server!
51
+
Se pensi che io sia un buon bot, e/o ti piacerebbe aiutarmi a sopravvivere nella giungla, sarei molto felice di ricevere una PR su GH!
51
52
"""
52
53
53
54
HELP_STRINGS="""
54
55
Ciao! Io sono *{}*.
55
-
Sono il bot principale del gruppo PythonItalia
56
+
Sono il bot principale del gruppo Python Italia e gruppi associati.
56
57
57
58
I *principali* comandi disponibili sono:
58
-
- /start: start the bot
59
-
- /help: PM's you this message.
60
-
- /help <module name>: PM's you info about that module.
61
-
- /donate: information about how to donate!
59
+
- /start: avvia il bot
60
+
- /help: messaggio privato con l'help.
61
+
- /help <module name>: messaggio privato con le informazioni su <module>.
62
62
- /settings:
63
-
- in PM: will send you your settings for all supported modules.
64
-
- in a group: will redirect you to pm, with all that chat's settings.
63
+
- in PM: Invio informazioni per tutti i moduli.
64
+
- in un gruppo: Ti ridirigo alla chat privata per avere più informazioni.
65
65
66
66
{}
67
67
E anche questi:
68
68
""".format(
69
69
dispatcher.bot.first_name,
70
-
""ifnotALLOW_EXCLelse"\nAll commands can either be used with / or !.\n",
70
+
""ifnotALLOW_EXCLelse"\nTutti i comandi possono essere richiamati con / oppure !.\n",
71
71
)
72
72
73
73
DONATE_STRING="""Heya, felice di sentire che vuoi donare!
74
-
Tutti i soldi per le donazioni andranno per una VPS migliore per ospitarmi e/o birra \
75
-
per ora il canale delle donazioni non è attivo."""
76
-
77
-
COC_STRING="""Hey! Complimenti e benvenuto su Python Italia. \nOra puoi chattare nel gruppo e inviare messaggi :)\nSe hai ancora bisogno di me puoi
78
-
usare il comando /help per più informazioni.\n\n[Torna sul gruppo](https://t.me/python_ita)"""
74
+
Attualmente il sistema di donazioni per il bot non è attivo, però il mio codice sorgente è su github ;)"""
79
75
76
+
COC_STRING="""Hey! Grazie per la verifica e benvenuto nel gruppo.
77
+
In caso tu sia ancora mutato, invia questo comando: /CoCDone per essere sbloccato.\nOra puoi chattare nel gruppo e inviare messaggi :)\nSe hai ancora bisogno di me puoi
0 commit comments