identity per bot

This commit is contained in:
randogoth 2023-05-24 00:41:10 +03:00
parent 4280ba5624
commit 0a30648495
3 changed files with 22 additions and 11 deletions

View file

@ -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>`