mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-16 14:52:11 +00:00
Tag: 1.25
Intermediate commits (oldest → newest): - New command added that sets logging level dymnamically - of course fix needed - Fix - refactor: comment out unused AutoIndex import and related code - Add auth to ytdlp - Modified spotipy for auth - Fixes after reinstall - fixx - Add musician fixes - Fix in default config - How to setup radio
This commit is contained in:
Regular → Executable
+2
-2
@@ -75,8 +75,8 @@ async def on_ready():
|
||||
for com in client.commands:
|
||||
logger.info("Command %s is awejleble", com.qualified_name)
|
||||
|
||||
logger.info("Logged in as ---->", client.user)
|
||||
logger.info("ID:", client.user.id)
|
||||
logger.info("Logged in as ----> %s", client.user)
|
||||
logger.info("ID:%s ", client.user.id)
|
||||
logger.info("All systems: operational")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user