This commit is contained in:
randogoth 2023-05-24 00:44:05 +03:00
parent 0a30648495
commit 2ca696ce5c

View file

@ -42,8 +42,10 @@ bot.run()
### Identity & Announce Files
The bots' identity and announce files are stored in
The bots' identity and announce file location
Linux: `~/.local/share/LXMFBot/<botname>`
MacOS: `~/Library/Application Support/LXMFBot/<botname>`
Windows: `C:\Users\<username>\AppData\Local\LXMFBot\<botname>`
| OS | Path |
|----|------|
| Linux: | `~/.local/share/LXMFBot/<botname>` |
| MacOS: | `~/Library/Application Support/LXMFBot/<botname>` |
| Windows: | `C:\Users\<username>\AppData\Local\LXMFBot\<botname>` |