Core bot framework
This commit is contained in:
7
bot/dev_main.py
Normal file
7
bot/dev_main.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import logging
|
||||
import meta
|
||||
|
||||
meta.logger.setLevel(logging.DEBUG)
|
||||
logging.getLogger("discord").setLevel(logging.INFO)
|
||||
|
||||
import main # noqa
|
||||
Reference in New Issue
Block a user