𝘕
1️⃣ how to deploy userge on heroku ?
use helperscript
2️⃣ i'm getting error code: bla bla bla, what to do ?
delete your fork of script, refork script, reconnect it to exiting heroku app and hit deploy
3️⃣ can i use my own version of userge ?
sure, just fork main repo and set
UPSTREAM_REPO
to your fork4️⃣ can i add additional plugins to my userge permanently ?
yes, fork our template, add your plugins there and point it to
CUSTOM_PLUGINS_REPO
5️⃣ can i use my own version of userge-plugins ?yes, set
LOAD_UNOFFICIAL_PLUGINS
= false, fork plugins repo and set it to CUSTOM_PLUGINS_REPO
6️⃣ can i maintain my own version of main and plugins repo ?sure, read upper faqs
7️⃣ can i maintain my own version of main and plugins repo and add custom plugins also ?
not possible, just add your plugins to other repos
8️⃣ hey, how to change my branch in heroku ?
just set
PREF_BRANCH
to alpha, beta or master9️⃣ hi, how to update my userbot with this new heroku method ?
it will always up to date with
UPSTREAM_REPO
. try restart -h to make it sure🔟 how can i prevent from this automatic update. because i want to update my bot manually ?
good, then maintain your fork. (read 3️⃣)