the bot of Lipoic official discord server
- use command
python -m lipoic -t <<Your discord bot token>>- use
.envorenvcreate.envfile follow the format.env.example
Please follow the format of config.yml set in config.yml.
( please run once )
pip install pipenv
pipenv install # or $ pipenv install --dev
pipenv shellpython -m lipoic# build
pipenv lock -r > requirements.txt
docker build -t lipoic-bot . --no-cache
# run
docker run -e DISCORD_TOKEN={your token} -d lipoic-bot