Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxsaad/discord-bot
A multi-purpose Discord bot that responds to user commands and state changes in the client.
https://github.com/mxsaad/discord-bot
discord-bot java javacord-api
Last synced: 3 months ago
JSON representation
A multi-purpose Discord bot that responds to user commands and state changes in the client.
- Host: GitHub
- URL: https://github.com/mxsaad/discord-bot
- Owner: mxsaad
- License: mit
- Created: 2022-04-06T21:33:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T21:08:38.000Z (about 1 year ago)
- Last Synced: 2023-10-17T09:08:18.761Z (about 1 year ago)
- Topics: discord-bot, java, javacord-api
- Language: Java
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Chatbot
## Project Overview
This repository contains the source code for a Discord bot designed to enhance server activity by providing automated responses and security features.
## Tech Stack
- Java
- [Javacord](https://github.com/Javacord/Javacord)## Getting Started
To run the portfolio locally on your machine, follow these steps:
1. Clone this repository to your local machine.
```bash
git clone https://github.com/mxsaad/discord-bot.git
```2. Navigate to the project directory.
```bash
cd discord-bot
```3. Build the Docker image for the bot.
```bash
docker build -t your-bot-image .
```4. Run the Docker container with the bot.
```bash
docker run -d your-bot-image
```The bot should now be running inside a Docker container and ready to use on your Discord server.
## UsageOnce the bot is running in the Docker container, invite it to your Discord server and configure it as needed for your server administration tasks.
## Contributing
Contributions to enhance and improve the Discord Bot project are welcome. If you'd like to contribute, please follow standard Git and GitHub contribution workflows.
## License
This project is licensed under the [MIT License](LICENSE).