From ed71f7871d99f1cc4e3c3864f3c6d13c4b0c9ed7 Mon Sep 17 00:00:00 2001 From: Michal Tuszowski Date: Fri, 31 Jan 2025 19:44:49 +0100 Subject: [PATCH] test --- thin_client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/thin_client.py b/thin_client.py index ab52e10..e40dffe 100644 --- a/thin_client.py +++ b/thin_client.py @@ -28,7 +28,6 @@ intents.members = True intents.messages = True intents.voice_states = True intents.moderation = True -logging.basicConfig(level=logging.DEBUG) # on_member_ban - wyswietl na glownym kanale pieczatke "Niech spierdala" # on_member_unban - "mam wyjebane" @@ -42,7 +41,7 @@ client = commands.Bot(intents=intents, command_prefix="$") async def on_ready(): """Metoda wywoływana przy połączeniu do serwera.""" logger = logging.getLogger("discord") - + logger.debug("SAMPLE DEBUG LOG") logger.debug("%s has connected to Discord!", client.user) # TODO: load vs reload logger.info("Reactor: online")