Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Setting up your first project

YinMo edited this page May 26, 2022 · 2 revisions

Setting Up

API version: v2.0.0-b5

Download API

  1. Use PyPi

    We have PyPi that makes it easy for you to use the pip command to download.

    pip install CHRLINE

    or

    python -m pip install CHRLINE

    It will automatically download the necessary modules

  2. use Github

    You can also clone this Github repository,
    but you have to install all required modules manually

    And you can check all required modules in setup.py (may be missing :p)

Make First Bot

We strongly recommend that you use HooksTracer to manage your functions

Clone this wiki locally