Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 497 Bytes

readme.md

File metadata and controls

34 lines (26 loc) · 497 Bytes

iWalden

De meme, de legende

Installatie

pip install -U discord.py
pip install -U python-dotenv

git clone [email protected]:felixcoperus/iwalden.git
cd iwalden/
touch .env

Put the following in .env:

DISCORD_TOKEN={token}

Run

python bot.py

Run in background

nohup python -u /home/<user>/git/iwalden/bot.py > program.out 2>&1 &

Or when in venv:

nohup /path/to/venv/bin/python -u /home/<user>/git/iwalden/bot.py > program.out 2>&1 &