'Discord python bot streaming activity

Nothing error, but the bot is not run.

@client.event
async def on_ready():
    DiscordComponents(client)
    await client_presence(activity=discord.stream(name=f"Yesya"))


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source