I want in particular, that when a founder of a channel join at BOt channel, and for example write command:
the bot checks two conditions:!Requests #channelx
a) the request is performing for #channelx founder, and
b) the #channelx have minimum 10 days of registration in the network.
If both conditions are met, the bot will respond:
If any of the conditions is not met, the bot will respond:'Requested service shortly an administrator will managing request'
orThe request must be made by the founder of the channel,
Then, if two conditions are met, when the admin write command:The channel has NOT 10 days registration.
the bot join to this channel and verify that the channel has a minimum of x users (without bots, here you can make a list of known bots and compare that, to remove them of count, and if possible, not counting the clones) and after verifying the requirements of users part this channel, if all OK, the bot will report to management channel and the admin will added this channel at bot and definitely send the bot to that channel.!go #channelx
You know any TCL, do those checks?
At least to have a basis to begin to modify it, and not work of zero.