Konichiwa Senpai
I am
A R A S H I B O T
This WhatsApp bot, built with Node.js and integrated with the WhatsApp API, offers versatile features such as economy commands, gambling, daily rewards, and bank management. It provides various functionalities and can be customized to meet different needs.
Don't want to know about codes or complicated blah blah blah and just want to play and have fun? You can Join the WhatsApp group (qο½₯βο½₯)οΎοΎ
Having problems, do you want to make a suggestion or talk to us? Feel free to join our support server!
Click to choose your favourite platform to Deploy
__________________________
__________________________
__________________________
__________________________
__________________________
__________________________
__________________________
Click to read Deploy Manual
- Fork Main Repo
- Create a MongoDB URL. Need help? Watch videos on YouTube for MongoDB URL.
- Click on
Deploy to Repl.it
button (For those who didn't modified bot.
). In other case (For those who modified bot.
) edit README.md file and chage the repo link of Repl.it deply button fromhttps://github.com/Hridoy0016/Arashi
to your fork URLhttps://github.com/<Your GitHub Username>/<Your Arashi fork repo name>
. - After cloning is done in Repl.it go to
Secrets
in your Repl.it project and put these values (Mandatory).
KEY | VALUE |
---|---|
MODS | Phone numbers in this format (919394181455 ,917086600730 ) without + or SPACE . |
MONGODB | Your MongoDB URL |
SESSION_ID | Any random value (EX: gwfdrte5678 ) and keep it copied . |
PREFIX | Any single special character except @ (Ex: . or / or * or , etc. ) |
TENOR_API_KEY | Your tenor API key if you have. Or use this public one: AIzaSyCyouca1_KKy4W_MG1xsPzuku5oa8W358c |
- Next click on
Green Play button
in Repl.it to start bot installation. - After it's deployed an webpage should appear just put your Previously copied
Session ID
and click onGet QR
. - Scan the QR from WhatsApp ---> Linked devices ---> Link a device.
- After connecting come back to Repl.it and copy that Website (Webview) link from Repl.it.
- Next create a UptimeRobot account and add that copied lin kas an
HTTPS
monitor in UptimeRobot. - UptimeRobot will prevent Repl.it's auto sleep.
- Fork Main Repo
- Create a MongoDB URL. Need help? Watch videos on YouTube for MongoDB URL.
- Click on
Deploy to Heroku
button (For those who didn't modified bot.
). In other case (For those who modified bot.
) edit README.md file and chage the repo link of Repl.it deply button fromhttps://github.com/Hridoy0016/Arashi
to your fork URLhttps://github.com/<Your GitHub Username>/<Your Arashi fork repo name>
also got toapp.json
and changeWebsite
ansRepository
link from my link to your link. Then click onDeploy to Heroku
button. - Then put these values in environment variables accordint to instructions (Mandatory).
KEY | VALUE |
---|---|
MODS | Phone numbers in this format (919394181455 ,917086600730 ) without + or SPACE . |
MONGODB | Your MongoDB URL |
SESSION_ID | Any random value (EX: gwfdrte5678 ) and keep it copied . |
PREFIX | Any single special character except @ (Ex: . or / or * or , etc. ) |
TENOR_API_KEY | Your tenor API key if you have. Or use this public one: AIzaSyCyouca1_KKy4W_MG1xsPzuku5oa8W358c |
- Next start deploy and wait for 3-4 minutes.
- After it's done click on
Manage App
. - Next go to
Recources
then turn onWeb: npm start
and disable other oneIf there is any other button.
- After that go to More ---> view logs and wait for qr to appear.
- When you see broken QRs are appearing chick on
Open app
and put your Previously copiedSession ID
and click onGet QR
. - Scan the QR from WhatsApp ---> Linked devices ---> Link a device.
- Fork Main Repo
- Create a MongoDB URL. Need help? Watch this short 1 minute Video Guide for MongoDB URL.
- Click on
Deploy to Railway
button (For those who didn't modified bot.
). If you modified bot and want to deploy your modified version in Railway then that button will not help you. Go to Railway website and deploy github repo from there manually. - Those who are deploying through button: Put all necessary details there according to instructions given there.
- Those who are deploying manually from Railway website put these
Enviroment Variables
before start deploying ( Mandatory).
KEY | VALUE |
---|---|
MODS | Phone numbers in this format (919394181455 ,917086600730 ) without + or SPACE . |
MONGODB | Your MongoDB URL |
SESSION_ID | Any random value (EX: gwfdrte5678 ) and keep it copied . |
PREFIX | Any single special character except @ (Ex: . or / or * or , etc. ) |
TENOR_API_KEY | Your tenor API key if you have. Or use this public one: AIzaSyCyouca1_KKy4W_MG1xsPzuku5oa8W358c |
- 5-6 minutes later when Deploy is completed click on that generated domain to go to QR page.
- just put your Previously copied
Session ID
and click onGet QR
. - Scan the QR from WhatsApp ---> Linked devices ---> Link a device.
- If you are having issues follow Railway Deploy Tutorial.
- Fork Main Repo
- Create a MongoDB URL. Need help? Watch this short 1 minute Video Guide for MongoDB URL.
- Click on
Deploy to Railway
button (For those who didn't modified bot.
). If you modified bot and want to deploy your modified versionI'm sorry to say as Koyeb works through Quay.io hosted docker so you can't deploy your modified version in fully 100% working state.
Though you can deploy manually your Github repo in Koyeb but in that case bot's 100% commands will not work. - Those who are deploying through button: Put all necessary details there according to instructions given there (Don't forget to change MongoDB URL an put your URL).
- Those who are deploying manually from Koyeb website put these
Enviroment Variables
before start deploying ( Mandatory).
KEY | VALUE |
---|---|
MODS | Phone numbers in this format (919394181455 ,917086600730 ) without + or SPACE . |
MONGODB | Your MongoDB URL |
SESSION_ID | Any random value (EX: gwfdrte5678 ) and keep it copied . |
PREFIX | Any single special character except @ (Ex: . or / or * or , etc. ) |
TENOR_API_KEY | Your tenor API key if you have. Or use this public one: AIzaSyCyouca1_KKy4W_MG1xsPzuku5oa8W358c |
- 10 minutes later when Deploy is completed click on that generated weblink to go to QR page.
- just put your Previously copied
Session ID
and click onGet QR
. - Scan the QR from WhatsApp ---> Linked devices ---> Link a device.
- Download Updated code from Main GitHub Repo or Download from your Forked Repo.
- Extract the
.zip
and open Vs code / Cmd / Powershell / Terminal in that directory and give thesse following commands one-by-one: - Rename
.env.example
to.env
and fill in the required details in.env
file andconfig.js
(Mandatory).
npm i
npm start
- To get new QR if you logged out from the WhatsApp linked device section go to
.env
file and changeSESSION_ID
to any random string and save it by clicking onCommit Changes
.
- Node.js
- Git
- FFmpeg ( for Windows or for Linux or for Mac )
- Libwebp (Not necesary for Windows).
Note: If you don't pre-install these before CMD / VS code Installation bot will not start!
βοΈ Download UserLand
application old version ( 3.1.2 ) from Here.
βοΈ Rename .env.example
to .env
and fill in the required details in .env
file and config.js
(Mandatory).
sudo apt update
sudo apt upgrade
sudo apt install bash
sudo apt-get install libwebp-dev
sudo apt install git
sudo apt install nodejs -y
sudo apt install ffmpeg -y
sudo apt install wget
sudo apt install npm
sudo apt install imagemagick
git clone https://github.com/Hridoy0016/Arashi
ls
cd Arashi
npm i
cd
npm install --global yarn
yarn add sharp
sudo apt install curl
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs
yarn add sharp
cd Arashi
npm i
npm start
- Note in
git clone <my bot's repo>
section your can use Your customised bot's github link too (For that make sure you Forked this repo and modified.env
file andconfig.js
). - This method will work on most other bots too.
- Tap on
CTRL
button then tap onC
from keyboard
π To start bot again ( While you are inside Arashi folder {use cd Arashi
to get inside the folder} )
npm start
or useyarn start
to start bot again.
cd Arashi
npm start
π What to do if you logged out from the WhatsApp linked device section and want to get new qr to login
- Go to your GitHub fork of this bot and open
.env
file and changeSESSION_ID
to any random string and save it by clicking onCommit Changes
. - Then open
UserLand
and run these commands one-by-one:
cd Arashi
git fetch origin
git merge origin/main
npm start
βοΈ Note as UserLand is a physical server so you must keep on your internet connection active to make sure bot works. Otherwise bot will be down.
β‘οΈ Arashi Platform Compatibility:
- Arashi offers highest platform compatibility.
- Just deploy and use on your favourite platform.
- Sorted by Recommendation: Repl.it, Railway, Heroku, Koyeb
π Key Features π
Read More
- Read PublicKeys.md to use our
provided public keys
if you are lazy to create your own. We have already provided everying you need to run the bot. - Changeable between
20+ added Characters
( Arashi, Power, Makima, Rikka, Zero Two, Chika, Miku, Marin Kitagawa ) and more can be added by user insideBotCharacters.js
file. Type-charlist
command to get character list. - Fully powered by MongoDb ( 3 databases added ).
- Self / Public / Private mode.
- Single prefix ( "-" ).
- RPG and Economy added ( More coming soon ).
- Group Chatbot / Dm Chatbot ( Only reply on quoted messages and and be turned off ).
- 100+ NSFW commands.
- Highest Commands and Features.
- User Banning / Group Banning.
- Highest Security compared to most other public bots.
π§π»βπ» Contributors π§π»βπ»
- Check Arashi Contributors list.
- Feel free to contribute in this project it increase it's stability and update. I will merge your respected contribution after reviewing it.
- No personal modification / re-branding ( Changing bot name, owner name ) pull requests will be merged !
- This bot is not made by WhatsApp.inc so overusing this bot may result in WhatsApp account ban.
- We will only assist you in
Bot Deployment ( Installation or Hosting )
. Not inBot Development
. - If you Modify this bot and face any issues, I am not responsible for that because it's not possible for me to help everyone in bot Development / Modification. Only modify if you know what you are doing.
- This bot is made for
Educational / Fun / Group Management
purposes only. I will not be responsible for any misuse of this bot. - We will only assist you in
Setup / Deployment
of this bot.
π Legal Disclaimer π
- We suggest you to use your
Own MongoDB URL
while deploying inside.env
orEnvironment Variables
. That will increase your Privacy and Security. - We don't recommend to hardly modify the script.
If you do so, you will be responsible for any issues / bugs and we will not provide any support
as we are also busy in our life. - We will not be responsible for any issues caused by any individual hosting bot and cause any harm to any Group `(So don't make someone Group Admin who you don't know just because they are hosting the bot)
Hridoy | Hridoy0016 | Owner of Arashi, Main developer | |
Miow γ | 7thRA-ONE | Ideas, Testing, Co-developer | |
Riqo | Riqo-o | Ideas, Testing, Learner, Graphic Designing | |
Manab/Mp | Rikuodada | Supportive worker |