Skip to content

Lipoic/Lipoic-Discord-Bot

Repository files navigation

Lipoic-Discord-Bot

the bot of Lipoic official discord server

configs

token

  1. use command
python -m lipoic -t <<Your discord bot token>>
  1. use .env or env create .env file follow the format .env.example

config

Please follow the format of config.yml set in config.yml. ( please run once )

setup

pip install pipenv
pipenv install # or $ pipenv install --dev
pipenv shell

run

pipenv

python -m lipoic

docker

# build
pipenv lock -r > requirements.txt
docker build -t lipoic-bot . --no-cache
# run
docker run -e DISCORD_TOKEN={your token} -d lipoic-bot