Movie Night Discord Bot is a fun and interactive project created for my own Discord server. Its primary purpose is to help you and your friends decide which movie to watch together, making movie nights more enjoyable and engaging.
- Movie Suggestion: Anyone in the Discord server can suggest movies they want to watch with the group.
- Voting System: After collecting movie suggestions, the bot facilitates a voting process to democratically select the movie to watch.
Coming soon
To set up the bot, follow these steps:
- Create a
.env
file using the provided.env.example
template. - Fill out the required values in the
.env
file, including your valid TheMovieDB API key.
First, install all dependencies:
$ npm install
Then, start the bot inside Docker:
# development
$ npm run docker:dev:up
# production mode
$ npm run docker:up
To stop the bot, use the following commands:
# development
$ npm run docker:dev:down
# production mode
$ npm run docker:down
Please be aware that this project won't be updated regularly. Feel free to fork and customize the bot for your own needs.
This project is licensed under the MIT License.