This commit is contained in:
2024-11-14 20:16:16 +01:00
parent 49e1121967
commit 97f780688e
-4
View File
@@ -69,10 +69,6 @@ async def on_ready():
await client.tree.sync() await client.tree.sync()
for com in client.commands: for com in client.commands:
logger.info("Command %s is awejleble", com.qualified_name) logger.info("Command %s is awejleble", com.qualified_name)
# add check for icecast stream from radio host in comm subroutine
await client.change_presence(activity=discord.Game(name="Axe Throwing Darts"))
logger.info("Logged in as ---->", client.user) logger.info("Logged in as ---->", client.user)
logger.info("ID:", client.user.id) logger.info("ID:", client.user.id)