nonchris / discord-bot

Generic bot to start with based on discord.py
14 stars 4 forks source link

Packaging #2

Closed nonchris closed 3 years ago

nonchris commented 3 years ago

Package the code in a pypi-conform style.
Move code, change import style, add setup.py for this reason.
Bot can now be installed using pip3.

Also swapped print statements for logging, changed default logging level for the stream to logging.info