Update README.md

This commit is contained in:
Yasir Aris M 2024-09-14 13:01:39 +07:00 committed by GitHub
parent 102ec21d7a
commit 765d42299a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,6 +82,8 @@ If you want help me fixing some error in my bot, you can make pull request to th
* `YT_COOKIES` : Get YT cookies using https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc?pli=1 and save cookies value on github gist. Copy raw url and fill in this vars. * `YT_COOKIES` : Get YT cookies using https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc?pli=1 and save cookies value on github gist. Copy raw url and fill in this vars.
* `USER_SESSION` : Session string for Userbot. * `USER_SESSION` : Session string for Userbot.
* `DATABASE_NAME`: Name of the database in MongoDB * `DATABASE_NAME`: Name of the database in MongoDB
* `PAYDISINI_KEY`: Api Key PayDisini
* `PAYDISINI_CHANNEL_ID`: Channel ID QRIS paydisini
* `COMMAND_HANDLER`: List of handler bot command splitted by space. Ex: `. !` > so bot will respond with `.cmd` or `!cmd` * `COMMAND_HANDLER`: List of handler bot command splitted by space. Ex: `. !` > so bot will respond with `.cmd` or `!cmd`
* `SUDO`: User ID that have access to bot, split by space * `SUDO`: User ID that have access to bot, split by space
* `OPENAI_API`: Create personal access token from github, and set as this env. Make sure you have access to Github Model. * `OPENAI_API`: Create personal access token from github, and set as this env. Make sure you have access to Github Model.