Skip to content

This is a simple support bot that we use in our Discord Server to help users with their problems.

License

Notifications You must be signed in to change notification settings

VTubersTV/support-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Support Bot

This is a simple support bot that we use in our Discord Server to help users with their problems.

Getting Started

Prerequisites

Ensure you have Python and pip installed on your machine.

Required Python version: 3.12.7

python3 --version # or python --version

Installation

  1. Clone the project

    git clone https://github.com/vtuberstv/support-bot.git
  2. Navigate to the project directory

    cd support-bot
  3. Install dependencies

    Using a Virtual Environment (venv)

    Create a new virtual environment

    python -m venv .venv

    Activate the virtual environment

    For Windows:

    .\.venv\Scripts\activate

    For macOS/Linux:

    source .venv/bin/activate
    pip3 install -r requirements.txt
    Using Python directly
    pip3 install -r requirements.txt

Contributing

We welcome contributions! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Make your changes.
  4. Commit your changes (git commit -m "feat(feature-name): add new feature"').
  5. Push to the branch (git push origin feature/YourFeature).
  6. Create a new Pull Request.

Please ensure your pull request adheres to the Code of Conduct.

License

This project is licensed under the VTubersTV Collaborative License (VCL). See the LICENSE file for details.

About

This is a simple support bot that we use in our Discord Server to help users with their problems.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages