Discord python 机器人流 activity
Discord python bot streaming activity
没有错误,但机器人不是 运行。
@client.event
async def on_ready():
DiscordComponents(client)
await client_presence(activity=discord.stream(name=f"Yesya"))
@client.event
async def on_ready():
DiscordComponents(client)
await client.change_presence(activity=discord.Streaming(name=f"name", url='twitch link'))
没有错误,但机器人不是 运行。
@client.event
async def on_ready():
DiscordComponents(client)
await client_presence(activity=discord.stream(name=f"Yesya"))
@client.event
async def on_ready():
DiscordComponents(client)
await client.change_presence(activity=discord.Streaming(name=f"name", url='twitch link'))