Skip to content

lucianoforks/iwalden

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 &

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%