THE FORUM IS IN READ-ONLY MODE
This forum is in read-only mode. The new forum is live at https://discourse.openbullet.dev and registrations are open!
Utility section
-
Hi guys, I created a config that when started working, it creates a file called name.txt and sends it to Telegram via the API, but when the number of bots exceeds another one, my files destroy):
Thanks for telling me where the problem is
this is config
-
If you use WriteLines, it will create a new file. Always use AppendLines or Append.