Skip to content

Commit 0d5a475

Browse files
authored
Update README.md
1 parent 9f731aa commit 0d5a475

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

README.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### File-sharing-Bot
1+
# File-sharing-Bot
22

33
<p align="center">
44
<a href="https://www.python.org">
@@ -30,7 +30,7 @@ I Guess This Will Be Usefull For Many People.....😇.
3030

3131
**If you need any more modes in repo or If you find out any bugs, mention in [@codexbotzsupport ](https://www.telegram.dog/codexbotzsupport)**
3232

33-
#### Features
33+
### Features
3434
- Fully customisable.
3535
- Customisable welcome messages.
3636
- More than one Posts in One Link.
@@ -59,7 +59,6 @@ pip3 install -r requirements.txt
5959
# <Create config.py appropriately>
6060
python3 main.py
6161
````
62-
##
6362

6463
### Admin Commands
6564

@@ -83,6 +82,26 @@ python3 main.py
8382
* `START_MESSAGE` Optional: start message of bot, use HTML parsemode format
8483
* `FORCE_SUB_CHANNEL` Optional: ForceSub Channel ID, leave 0 if you want disable force sub
8584

85+
### Extra Variables
86+
87+
* `CUSTOM_CAPTION` put your Custom caption text if you want Setup Custom Caption, you can use HTML and fillings for formatting
88+
* `DISABLE_CHANNEL_BUTTON` Put True to Disable Channel Share Button, Default if False
89+
90+
### Fillings
91+
#### START_MESSAGE
92+
93+
* `{first}` - User first name
94+
* `{last}` - User last name
95+
* `{id}` - User ID
96+
* `{mention}` - Mention the user
97+
* `{username}` - Username
98+
99+
#### CUSTOM_CAPTION
100+
101+
* `{filename}` - file name of the Document
102+
* `{perviouscaption}` - Original Caption
103+
104+
86105
## Support
87106
Join Our [Telegram Group](https://www.telegram.dog/codexbotzsupport) For Support/Assistance And Our [Channel](https://www.telegram.dog/codexbotz) For Updates.
88107

0 commit comments

Comments
 (0)