From plugin interface, you can check for updates!
It will scann your current plugins installed, then you can update the selected ones to the most recent version but only if the plugin has support for it.
# Your most recent version
pVersion = '0.0.1'
# Your plugin hosted in "raw"/direct link mode
pUrl = 'https://YourDirectLinkToThePluginHere/PluginName.py'
# YourPluginName.py (Totally optional)
# It's only considered if you wanna get your plugin correctly identified by the user
pName = 'YourPluginName'
Damn I was actually thinking about adding something like this where it would pull the latest version from GitHub allowing you to easily choose a bunch of plugins that you want.
Plugin reworked. From the interface, you can check for updates now, and update selected plugin if you wish…
The bad news : it won’t update automatically but feels better some way.
Implementation it’s reduced! just add variables as Global like this :
# Your most recent version
pVersion = '0.0.1'
# Your plugin hosted in "raw"/direct link mode
pUrl = 'https://YourDirectLinkToThePluginHere/PluginName.py'
# YourPluginName.py (Totally optional)
# It's only considered if you wanna get your plugin correctly identified by the user
pName = 'YourPluginName'
Everything else it’s made by this beauty. I’ll be waiting feedback
what number you have at pythonXX.dll inside your phbot folder it should be 38 if you still have 34 delite it
and overinstall phbot with plugin funktion again
“overinstall is if you just install phbot in the same location as befor without deliting any data”