diff --git a/thin_client.py b/thin_client.py index 89e832d..a54cd6e 100644 --- a/thin_client.py +++ b/thin_client.py @@ -69,10 +69,6 @@ async def on_ready(): await client.tree.sync() for com in client.commands: 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("ID:", client.user.id)