identity per bot
This commit is contained in:
parent
4280ba5624
commit
0a30648495
3 changed files with 22 additions and 11 deletions
10
README.md
10
README.md
|
|
@ -38,4 +38,12 @@ def echo_msg(msg):
|
|||
msg.reply(msg.content)
|
||||
|
||||
bot.run()
|
||||
```
|
||||
```
|
||||
|
||||
### Identity & Announce Files
|
||||
|
||||
The bots' identity and announce files are stored in
|
||||
|
||||
Linux: `~/.local/share/LXMFBot/<botname>`
|
||||
MacOS: `~/Library/Application Support/LXMFBot/<botname>`
|
||||
Windows: `C:\Users\<username>\AppData\Local\LXMFBot\<botname>`
|
||||
Loading…
Add table
Add a link
Reference in a new issue