Skip to content

Commit

Permalink
Documented the default parse_mode installation
Browse files Browse the repository at this point in the history
  • Loading branch information
daveusa31 committed Jul 18, 2020
1 parent 40e19e5 commit a02f499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Then, open the file and create an instance of the TeleBot class.
```python
import telebot

bot = telebot.TeleBot("TOKEN")
bot = telebot.TeleBot("TOKEN", parse_mode=None) # You can set parse_mode by default. HTML or MARKDOWN
```
*Note: Make sure to actually replace TOKEN with your own API token.*

Expand Down

0 comments on commit a02f499

Please sign in to comment.