The purpose of this bot is to welcome new users on Discord. We may also implement userful commands in the future to interact with it.
Use !CF help in production or !CFD help in development to see a list of
available commands.
You must create a .env file at the root with the following content:
DISCORD_BOT_TOKEN=YOUR-DISCORD-BOT-TOKEN
NODE_ENV=development
PREFIX=!CFDThen run:
npm install
npm run devZeit Now is used to deploy this bot. Use the ./deploy.sh script to do so as
it will automatically shut down old deployment(s) when it succeeds.

