hi all
, my question is a bit hard but I hope finding help here
let's say that I have a text file and it contains:
[Dream] 1 2 3 [Dream2] 1 2 3 [Dream3] 1 2 3
Now what I want is:
how to force my bot to type (write or play commands) in the specified topic such as adding 4 to Dream2 topic so it will be:
[Dream2]
1
2
3
4
how to force the bot to delete the topic I specify such as Dream2 and its list 1 2 3?