-
Run
git clone https://github.com/xCrypt0r/Crucian.git
to clone this repository -
Run
cd Crucian
to move to Crucian folder -
Run
sudo apt-get install nodejs npm
to install node.js and npm -
Run
npm install
to install all dependencies listed in package.json -
Run
sudo apt-get install ffmpeg
to install ffmpeg (for music bot features) -
Run
npm start
ornode bot.js
to start bot
-
Run
git clone https://github.com/xCrypt0r/Crucian.git
to clone this repository -
Run
cd Crucian
to move to Crucian folder -
Run
sudo snap install --classic heroku
to install heroku-cli -
Run
heroku local
to start bot
-
Run
git clone https://github.com/xCrypt0r/Crucian.git
to clone this repository -
Run
cd Crucian
to move to Crucian folder -
Run
sudo apt install docker.io
to install docker -
Run
sudo systemctl start docker && sudo systemctl enable docker
to start docker and run automatically at startup -
Run
sudo docker build -t crucian .
to make docker image with Dockerfile This takes about 5-10 minutes, so be patient -
Run
sudo docker run crucian
to start bot
-
Edit .env.example to set process environment variables and Rename this file to ".env" The OWNER_ID field should contain your user ID (example: 504338669268631562) Click here to see how to get your user ID
-
Edit assets/json/config.json according to your preference