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
.envfile using the provided.env.exampletemplate. - Fill out the required values in the
.envfile, including your valid TheMovieDB API key.
First, install all dependencies:
$ npm installThen, start the bot inside Docker:
# development
$ npm run docker:dev:up
# production mode
$ npm run docker:upTo stop the bot, use the following commands:
# development
$ npm run docker:dev:down
# production mode
$ npm run docker:downPlease 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.