Files
TuneBot/utils/log.py

6 lines
77 B
Python

import logging
logger = logging.getLogger("discord")
__all__ = ("logger",)