faceitFinder / faceitfinder-discordbot

Discord Bot which permit to find a faceit profile & its stats from different parameters

Home Page:https://discord.com/oauth2/authorize?client_id=838088031222235197&permissions=275146655744&scope=bot%20applications.commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FaceitFinder

Discord Bot which permit to find a faceit profile & its stats from different parameters

Discord Docker

Features

  • 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.

Development

Want to contribute? Great!

Run docker on a dev environment

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

Run docker on a prod environment

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

License

ISC

About

Discord Bot which permit to find a faceit profile & its stats from different parameters

https://discord.com/oauth2/authorize?client_id=838088031222235197&permissions=275146655744&scope=bot%20applications.commands

License:ISC License


Languages

Language:JavaScript 99.9%Language:Dockerfile 0.1%