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
Copy file name to clipboardExpand all lines: README.html
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -316,10 +316,10 @@ <h3>Your very first bashbot in a nutshell</h3>
316
316
<pre><code>/start
317
317
318
318
You are Botadmin
319
-
*Available commands*:
320
-
*• /start*: _Start bot and get this message_.
321
-
*• /help*: _Get this message_.
322
-
*• /info*: _Get shorter info message about this bot_....
319
+
Available commands:
320
+
/start: _Start bot and get this message_.
321
+
/help: _Get this message_.
322
+
/info: _Get shorter info message about this bot_....
323
323
324
324
/info
325
325
@@ -329,12 +329,12 @@ <h3>Your very first bashbot in a nutshell</h3>
329
329
<h3>Log files</h3>
330
330
<p>Bashbot actions are logged to <code>BASHBOT.log</code>. Telegram send/receive errors are logged to <code>ERROR.log</code>. Start bashbot in debug mode to see all messages sent to / received from Telegram, as well as bash command error messages.</p>
331
331
<p>To enable debug mode, start bashbot with debug as third argument: <code>bashbot start debug</code></p>
332
-
<pre><code>├── logs
333
-
│ ├── BASHBOT.log # log what your bot is doing ...
334
-
│ ├── ERROR.log # connection errors from / to Telegram API
335
-
│ │
336
-
│ ├── DEBUG.log # stdout/stderr of you bot (debug mode enabled)
337
-
│ └── MESSAGE.log # full text of all message send/received (debug mode enabled)</code></pre>
332
+
<pre><code>|__ logs
333
+
| |__ BASHBOT.log # log what your bot is doing ...
334
+
| |__ ERROR.log # connection errors from / to Telegram API
335
+
| |
336
+
| |__ DEBUG.log # stdout/stderr of you bot (debug mode enabled)
337
+
| |__ MESSAGE.log # full text of all message send/received (debug mode enabled)</code></pre>
338
338
<hr/>
339
339
<h2>Security Considerations</h2>
340
340
<p>Running a Telegram Bot means it is connected to the public and you never know what's send to your Bot.</p>
@@ -390,6 +390,6 @@ <h3>Blocked by telegram?</h3>
390
390
<p>@Gnadelwartz</p>
391
391
<h2>That's it all guys!</h2>
392
392
<p>If you feel that there's something missing or if you found a bug, feel free to submit a pull request!</p>
0 commit comments