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.
- 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.
-
Clone the repository:
git clone https://github.com/T4skor/Hyperion-Discord-Bot.git
-
Navigate to the project directory:
cd Hyperion-Discord-Bot -
Install the required dependencies:
Ensure you have Python installed, then run:
pip install -r requirements.txt
-
Run the bot:
python main.py
-
Welcome Messages:
- Customize the welcome message in
bienvenidas.py. - Ensure the bot has the necessary permissions to send messages in the desired channel.
- Customize the welcome message in
-
Ticketing System:
- Configure ticket settings in
tickets.py. - Users can create tickets by sending a specific command or reaction, as defined in your configuration.
- Configure ticket settings in
-
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.
- Manage the whitelist through commands defined in
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.
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or support, please open an issue in this repository or contact the project maintainers.
