Skip to content

Commit 77ba5e7

Browse files
authored
Fix dei commenti
1 parent c9d16ff commit 77ba5e7

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -82,45 +82,45 @@ Nel caso in cui tu voglia deployare il bot su heroku dovrai impostare le ENV. So
8282

8383
ENV: Setting this to ANYTHING will enable env variables
8484

85-
TOKEN: Your bot token, as a string.
85+
TOKEN: Token del bot, come stringa.
8686

87-
OWNER_ID: An integer of consisting of your owner ID
87+
OWNER_ID: Numero intero che identifica il proprietario del bot (id di Telegram)
8888

89-
OWNER_USERNAME: Your username
89+
OWNER_USERNAME: Il tuo username
9090

91-
DATABASE_URL: Your database URL
91+
DATABASE_URL: URI del db
9292

93-
MESSAGE_DUMP: optional: a chat where your replied saved messages are stored, to stop people deleting their old
93+
MESSAGE_DUMP: opzionale: chat in cui sono salvate le risposte del bot dove non possono essere cancellate
9494

95-
LOAD: Space separated list of modules you would like to load
95+
LOAD: Lista separata da spazi di moduli che vuoi abilitare
9696

97-
NO_LOAD: Space separated list of modules you would like NOT to load
97+
NO_LOAD: Lista separata da spazi di moduli che NON vuoi abilitare
9898

99-
WEBHOOK: Setting this to ANYTHING will enable webhooks when in env mode messages
99+
WEBHOOK: Impostarlo a ANYTHING abiliterà i webhooks nei messaggi env
100100

101-
URL: The URL your webhook should connect to (only needed for webhook mode)
101+
URL: URL del webhook (richiesto solo se abilitata la modalità webhook)
102102

103-
SUDO_USERS: A space separated list of user_ids which should be considered sudo users
103+
SUDO_USERS: Lista separata da spazi di ids di amministratori del bot
104104

105-
SUPPORT_USERS: A space separated list of user_ids which should be considered support users (can gban/ungban, nothing else)
105+
SUPPORT_USERS: Lista separata da spazi di ids di utenti-supporter (possono gban/ungban, e basta)
106106

107-
WHITELIST_USERS: A space separated list of user_ids which should be considered whitelisted - they can't be banned.
107+
WHITELIST_USERS: Lista separata da spazi di ids di utenti che non possono essere bannati
108108

109-
DONATION_LINK: Optional: link where you would like to receive donations.
109+
DONATION_LINK: Opzionale: Link per le donazioni
110110

111-
CERT_PATH: Path to your webhook certificate
111+
CERT_PATH: Path del certificato webhooks
112112

113-
PORT: Port to use for your webhooks
113+
PORT: Porta usata per connettersi al tuo servizio webhooks
114114

115-
DEL_CMDS: Whether to delete commands from users which don't have rights to use that command
115+
DEL_CMDS: Se cancellare i comandi dagli utenti che non hanno i diritti per usare quel comando
116116

117-
STRICT_GBAN: Enforce gbans across new groups as well as old groups. When a gbanned user talks, he will be banned.
117+
STRICT_GBAN: Imponi gban su nuovi gruppi e vecchi gruppi. Quando un utente gbanned parla, sarà bannato
118118

119-
WORKERS: Number of threads to use. 8 is the recommended (and default) amount, but your experience may vary. Note that going crazy with more threads wont necessarily speed up your bot, given the large amount of sql data accesses, and the way python asynchronous calls work.
119+
WORKERS: Numero di threads da usare. 8 è raccomandato (e numero di default). Nota che aumentare questo numero non porterà necessariamente dei benefici alla velocità del bot.
120120

121-
BAN_STICKER: Which sticker to use when banning people.
121+
BAN_STICKER: Sticker da usare quando viene bannato un utente.
122122

123-
ALLOW_EXCL: Whether to allow using exclamation marks ! for commands as well as /.
123+
ALLOW_EXCL: Se consentire l'utilizzo di punti esclamativi ! per i comandi e /.
124124

125125

126126

@@ -157,7 +157,7 @@ docker-compose -f docker/dev/docker-compose.yml up -d
157157

158158
* [tgbot](https://github.com/PaulSonOfLars/tgbot) - Bot modulare scritto in Python3
159159
* [Trevis CI](https://travis-ci.com) - Deploy in production
160-
* [Docker](https://www.docker.com/) - Used to generate RSS Feeds
160+
* [Docker](https://www.docker.com/) - Usato per sviluppare il bot in ambiente dev
161161

162162
## Come contribuire
163163

0 commit comments

Comments
 (0)