Installation

It is recommended to run Assistant using docker. It saves you the hassle of manually installing dependencies.

Docker

  1. Install docker

  2. Install git

  3. Clone the Assistant github repository:

    git clone https://github.com/lap00zza/Assistant.git
    cd Assistant
    
  4. Create an environment variable named DOCKER_TOKEN and set it to you own token. To find your token, open discord and press ctrl+shift+i. Then go to the Applications tab and find the Key named token. This is your token.

  5. Now build the image and run.

    docker-compose build
    docker-compose up
    

Normal

  1. Install git

  2. Install Python 3.6+

  3. Install NodeJs 6.7.0+ (for evaljs)

  4. Clone the Assistant github repository:

    git clone https://github.com/lap00zza/Assistant.git
    cd Assistant/bot
    
  5. Install the dependencies

    pip install -r requirements.txt
    
  6. Create an environment variable named DOCKER_TOKEN and set it to you own token. To find your token, open discord and press ctrl+shift+i. Then go to the Applications tab and find the Key named token. This is your token.

  7. Now run.

    py run.py