- 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 [email protected]:faceitFinder/faceitfinder-discordbot.git
cd faceitfinder-discordbotSetup 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.mongodbRun compose:
docker-compose -f docker-compose.dev.yml upTo run the linter:
docker exec -it faceitfinder_dev npm run lint-and-fixClone the repository:
git clone [email protected]:faceitFinder/faceitfinder-discordbot.git
cd faceitfinder-discordbotGot to the prod branch:
git checkout prodSetup 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.mongodbRun compose:
docker-compose -f docker-compose.prod.yml up --build -dISC