Files
TuneBot/utils/log.py
T

6 lines
77 B
Python

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