- Retrieve a Faceit account using a Steam ID, Steam UID, Steam profile link, in-game status, Faceit username or by mentioning a Discord user who has linked to a Faceit account.
Want to contribute? Great!
Clone the repository:
git clone git@github.com:faceitFinder/faceitfinder-discordbot.git
cd faceitfinder-discordbot
Setup env files:
Copy the .env.example
in .env
and .env.mongodb.example
in .env.mongodb
then complete/update it with your information.
cp .env.example .env
cp .env.mongodb.example .env.mongodb
Run compose:
docker-compose -f docker-compose.dev.yml up
To run the linter:
docker exec -it faceitfinder_dev npm run lint-and-fix
Clone the repository:
git clone git@github.com:faceitFinder/faceitfinder-discordbot.git
cd faceitfinder-discordbot
Got to the prod branch:
git checkout prod
Setup env files:
Copy the .env.example
in .env
and .env.mongodb.example
in .env.mongodb
then complete/update it with your information.
cp .env.example .env
cp .env.mongodb.example .env.mongodb
Run compose:
docker-compose -f docker-compose.prod.yml up --build -d
ISC