https://github.com/azshurith/dockerized-discord-bot
Dockerized Discord Bot is a TypeScript-based Node.js bot setup designed for Discord, packaged in a Docker environment. It streamlines development and deployment by ensuring consistent builds and easy container management.
https://github.com/azshurith/dockerized-discord-bot
discord discord-bot docker docker-compose nodejs typescript
Last synced: 3 months ago
JSON representation
Dockerized Discord Bot is a TypeScript-based Node.js bot setup designed for Discord, packaged in a Docker environment. It streamlines development and deployment by ensuring consistent builds and easy container management.
- Host: GitHub
- URL: https://github.com/azshurith/dockerized-discord-bot
- Owner: Azshurith
- License: gpl-3.0
- Created: 2024-01-27T06:58:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T14:42:08.000Z (about 2 years ago)
- Last Synced: 2026-01-03T17:12:20.764Z (6 months ago)
- Topics: discord, discord-bot, docker, docker-compose, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌟 Discord Bot Docker 🐋 Environment 🌟
This repository contains a Docker environment for a discord bot for development and deployment.
## 🛠️ Makefile Commands
```makefile
help Displays all available Commands
start_project Starts the Project
stop_project Stops the Project
destroy_project Deletes the Project
```
## 📝 Environment Variables (.env)
Ensure to set up your environment variables in the .env file.
```dotenv
# Docker Project
PROJECT=
# Project Configuration
BOT_TOKEN=
```
## 🚀 Getting Started
### Prerequisites 🛠️
- Docker: Install Docker on your system if you haven't already. You can download it [here](https://www.docker.com/get-started).
### Installation 📦
1. Set up your environment variables in the .env file.
2. Run `make start_project` to start the Docker environment.
3. Invite your discord bot to your discord server.
## Contributing 🤝
Contributions are welcome! If you'd like to contribute to this project, please follow the [Contributing Guidelines](CONTRIBUTING.md).
## License 📝
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the [LICENSE](LICENSE) file for details.
## Acknowledgments 🙏
Special thanks to the open-source community for their valuable contributions and inspiration.
## Contact 📧
For questions or feedback, please feel free to reach out:
- GitHub: [Devitrax](https://github.com/Azshurith)
Made with ❤️ by Devitrax