This commit is contained in:
2025-01-31 19:44:49 +01:00
parent ff8d1abf8a
commit ed71f7871d
+1 -2
View File
@@ -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")