A discord form bot that lets you create forms and visualize the data via a web interface
git clone https://github.com/felixfaisal/formica.git
cd formica
docker-compose build
docker-compose up
cd formica/backend/API/
touch .env
Add the following
CLIENT_ID= <ClientID>
CLIENT_SECRET= <ClientSecret>
cd formica/bot/
touch .env
Add the following
TOKENT = <BotToken>
Check out our Contribution Guidelines