Add phone number information (#158)

This commit is contained in:
Nameless 2020-07-22 16:57:56 +08:00 committed by GitHub
parent 120d12cc47
commit 9ee51c589b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,8 @@ Config file should be stored at `~/.config/tg/conf.py`. This is simple python fi
### Simple config:
```python
PHONE = "[your phone number]"
# should start with + (plus) and contain country code
PHONE = "[phone number in international format]"
```
### Advanced configuration: