- Owo at random time
- 24/7
- Can be repl.it
- Easy to use / understand
-
-
Installation
Run the following code to clone the repo
> git clone https://github.com/Paiiss/autofarm.git > cd autofarm
Run this to install the depencencies
> npm i
-
Configuration
Create a new config.json file & use the form below
{ "id": "", "owoId": "", "channelId": "", "reportChannelId": "" }
Create a new .env file and put the token inside "" example TOKEN=["78326312"]
TOKEN=["examp1"]
If there are more than two tokens, do as below
TOKEN=["329712dasda","12323132"]
-
Running
npm run
-
-
Repl.it
- Login / create a repl.it account and create repl then clone this repository
- Create a new config.json file & use the form below
{ "id": "", "owoId": "", "channelId": "", "reportChannelId": "" }
- Open the tool and search for secret, then fill in the key with "TOKEN", for value fill in the token with the format ["token1"] if more than 2 tokens fill in ["token1", "token2", "and other"]
- And run repl wait for the bot to run, congratulations your bot has run
-
For custom 1 selfbot 1 channel
TOKEN=["TOKEN1xxxxxChannelId", "TOKEN2xxxxxChannelId"]
-
Feel free to open an issue regarding any issue or if you have any feature requests
-
Make sure to follow the ESLint Rules while editing the code and run
npm run prettier-format
before opening PRs -
If you want to contribute
- Fork this repository
- edit/change what you want, for example you want to add features/fix bugs
- Test first
- You can submit a pull request
- If it accepts then delete the old fork and the new fork if you want to pull the request again