https://github.com/t4skor/hyperion-discord-bot
A personalizable Discord Bot
https://github.com/t4skor/hyperion-discord-bot
bot discord
Last synced: about 2 months ago
JSON representation
A personalizable Discord Bot
- Host: GitHub
- URL: https://github.com/t4skor/hyperion-discord-bot
- Owner: T4skor
- License: mit
- Created: 2024-12-29T17:07:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T21:42:30.000Z (over 1 year ago)
- Last Synced: 2025-07-27T00:31:18.169Z (12 months ago)
- Topics: bot, discord
- Language: Python
- Homepage:
- Size: 3.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hyperion Discord Bot

Hyperion is a versatile Discord bot designed to enhance server management and user engagement. It offers features such as welcome messages, ticketing systems, and whitelist management.
## Features
- **Welcome Messages**: Automatically sends personalized welcome messages to new members joining your server.
- **Ticketing System**: Provides a structured way to handle user inquiries and support requests.
- **Whitelist Management**: Manages a whitelist to control access to specific server features or channels.
## Installation
1. **Clone the repository**:
```bash
git clone https://github.com/T4skor/Hyperion-Discord-Bot.git
```
2. **Navigate to the project directory**:
```bash
cd Hyperion-Discord-Bot
```
3. **Install the required dependencies**:
Ensure you have Python installed, then run:
```bash
pip install -r requirements.txt
```
4. **Run the bot**:
```bash
python main.py
```
## Usage
- **Welcome Messages**:
- Customize the welcome message in `bienvenidas.py`.
- Ensure the bot has the necessary permissions to send messages in the desired channel.
- **Ticketing System**:
- Configure ticket settings in `tickets.py`.
- Users can create tickets by sending a specific command or reaction, as defined in your configuration.
- **Whitelist Management**:
- Manage the whitelist through commands defined in `whitelist.py`.
- Ensure the bot has the appropriate permissions to manage roles or channels as needed.
## Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes. Ensure your code follows the project's coding standards and includes appropriate documentation.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
For questions or support, please open an issue in this repository or contact the project maintainers.