mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 23:27:47 +00:00
6 lines
77 B
Python
6 lines
77 B
Python
import logging
|
|
|
|
logger = logging.getLogger("discord")
|
|
|
|
__all__ = ("logger",)
|