Compare commits
1 commit
5e72bddc83
...
e747b17141
Author | SHA1 | Date | |
---|---|---|---|
e747b17141 |
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -16,6 +16,16 @@
|
|||
Simply run `$ telme --init` and follow the easy steps. You will need the bot token at this stage.
|
||||
This will help you generate a `.telmeconfig` file in your home directory. You can always run `--init` again to override values or just edit the file yourself.
|
||||
|
||||
## Profiles
|
||||
|
||||
You can set multiple profiles, that will target different bots and/or different chats.
|
||||
> You can use the same bot in all profiles if you like. But the target chat can be different
|
||||
|
||||
To initialize a new profile:
|
||||
```
|
||||
$ telme --init --profile <profile_name>
|
||||
```
|
||||
|
||||
## Examples:
|
||||
###### Simple message
|
||||
```
|
||||
|
|
Reference in a new issue