onionj / pybotnet

PyBotNet: A Remote Control Framework for Python with Telegram Integration
https://onionj.github.io/pybotnet/
GNU Lesser General Public License v2.1
254 stars 73 forks source link

Transfer all functions to util.py #24

Closed SepehrRasouli closed 2 years ago

SepehrRasouli commented 2 years ago

Hi Onionj. As a contributor, I've a hard time trying to write new features and I can't use the pybotnet's features so I've to kinda invent the wheel again every time I want to run a command and etc. I would be very happy if you consider transferring all the useful features and their functions to util.py so the contributors wouldn't have a hard time trying to write new and useful features.

onionj commented 2 years ago

hi sepehr I will rewrite the code and try my best not to have these problems in the new version

SepehrRasouli commented 2 years ago

Thank a lot.