pacapon / StyroBotPy

Python version of my custom DiscordBot, based on Rapptz discord.py
MIT License
2 stars 0 forks source link

Move print statements to logger #10

Closed zylozs closed 7 years ago

zylozs commented 7 years ago

Print should never be used. Everything should be using the logger.

ericwoelki commented 7 years ago

Closing because not needed, only usages are on login and in the test command.