mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 13:34:40 +00:00
test
This commit is contained in:
+1
-2
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user