Play Truth Or Dare on Telegram with multiple modes and available languages
If you want to create your own instance of the bot, ensure you have the following prerequisites:
- Web server
- Node.js + pnpm
To manually install an instance of the bot, follow these steps:
-
Set up environment variables See Environment Variables.
-
Install dependencies
pnpm i --frozen-lockfile
-
Generate Prisma client
pnpm prisma generate --no-hints
-
Build the project
pnpm build
-
Start the server
node build/index.js
-
Set up environment variables See Environment Variables.
-
Copy the docker-compose.yml file
-
Run the container
docker compose up
Set up the environment variables by copying the .env.example file and updating it with your configurations.
There are several ways to support the bot:
- ⭐ Star the project on GitHub and share it with your friends.
- 🧑💻 Add new propmts
- 🛠️ Contribute to the source code.
@TruthOrDareRobot by Sebastiano Racca is licensed under CC BY-NC-SA 4.0.