You should have a discord developer account
-
Fork the repo
-
Clone the repo
git clone https://www.github.com/<your username>/NarutoMeow.git
-
Install the packages required
pipenv install
-
Setup the
.env
fileTOKEN=<your token> WELCOME_MESSAGE_CHANNEL_ID=<your channel id> PREFIX=<your prefix>
-
Activate the shell
pipenv shell
-
Run the bot
python main.py
- The build command
docker-compose up
Use the given cron to take care of the zombie processes spun up by puppeteer
crontab -e
# kill zombies
* * * * * kill -9 `ps -xaw -o state -o ppid | grep Z | grep -v PID | awk '{print $2}'`