This is a Discord bot built with Node.js and TypeScript.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone the repository to your local machine:
- Create a
.env
file in the project root to store your environment variables, such as your Discord token:
DISCORD_TOKEN=your-discord-token
- Build the Docker image for your project
docker compose build
- Start the Docker container using Docker Compose
docker compose up -d