BubbaJuice / reply-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Create virtual env.

    python3 -m venv venv

  2. Activate virtual env.

    source venv/bin/activate

  3. Install discord.py.

    pip install discord.py

  4. Setup your environmental variables

    Generate your app token from here: https://discord.com/developers/applications/

    export DISCORD_APP_TOKEN=""

  5. Run program:

    python3 reply-bot.py

  6. To Exit virtual environment:

    deactivate

  7. Rerunning cd/foo/foo source venv/bin/activate export DISCORD_APP_TOKEN="" python3 reply-bot.py

About


Languages

Language:Python 100.0%