the bot of Lipoic official discord server
- use command
python -m lipoic -t <<Your discord bot token>>
- use
.env
orenv
create.env
file 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 shell
python -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