-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathhelp.txt
47 lines (35 loc) · 1.13 KB
/
help.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<b>Sync</b>
├─ Sync all of chats with bot
├─ :: <code>Sync</code>
<b>link [base] to [target]</b>
├─ Link "base" entity to "target" entity
├─ :: <code>link @durov to @username</code>
├─ :: <code>link -100123456 to -100654321</code>
<b>unlink [base]</b>
├─ Unlink "base" entity from all entities
├─ :: <code>unlink @durov</code>
├─ :: <code>unlink -100123456</code>
<b>add filter "[base]" to "[target]"</b>
├─ Filter "base" word to "target" word
├─ :: <code>add filter "hello" to "bye"</code>
├─ :: <code>add filter "me" to "you"</code>
<b>remove filter "[base]"</b>
├─ Remove all filters of "base" word
├─ :: <code>remove filter "hello"</code>
<b>sign text [text]</b>
├─ Update sign text to [text]
├─ :: <code>sign text Join my channel @username</code>
<b>filters</b>
├─ Show all filters
<b>links</b>
├─ Show all linked entities
<b>settings</b>
├─ Show all settings
<b>on | off</b>
├─ Turn bot on or off
<b>filters [ on | off ]</b>
├─ Enable/Disable filtering words
<b>sign [ on | off ]</b>
├─ Enable/Disable adding signature
<b>help</b>
├─ Show this message