mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-17 15:22:10 +00:00
test
This commit is contained in:
+1
-2
@@ -28,7 +28,6 @@ intents.members = True
|
|||||||
intents.messages = True
|
intents.messages = True
|
||||||
intents.voice_states = True
|
intents.voice_states = True
|
||||||
intents.moderation = True
|
intents.moderation = True
|
||||||
logging.basicConfig(level=logging.DEBUG)
|
|
||||||
|
|
||||||
# on_member_ban - wyswietl na glownym kanale pieczatke "Niech spierdala"
|
# on_member_ban - wyswietl na glownym kanale pieczatke "Niech spierdala"
|
||||||
# on_member_unban - "mam wyjebane"
|
# on_member_unban - "mam wyjebane"
|
||||||
@@ -42,7 +41,7 @@ client = commands.Bot(intents=intents, command_prefix="$")
|
|||||||
async def on_ready():
|
async def on_ready():
|
||||||
"""Metoda wywoływana przy połączeniu do serwera."""
|
"""Metoda wywoływana przy połączeniu do serwera."""
|
||||||
logger = logging.getLogger("discord")
|
logger = logging.getLogger("discord")
|
||||||
|
logger.debug("SAMPLE DEBUG LOG")
|
||||||
logger.debug("%s has connected to Discord!", client.user)
|
logger.debug("%s has connected to Discord!", client.user)
|
||||||
# TODO: load vs reload
|
# TODO: load vs reload
|
||||||
logger.info("Reactor: online")
|
logger.info("Reactor: online")
|
||||||
|
|||||||
Reference in New Issue
Block a user