有人知道为什么我的机器人未连接到我的不和谐语音通道吗?
import discord
import youtube_dl
from discord.ext import commands
import asyncio
@client.command()
async def join(ctx):
channel = ctx.author.voice.channel
await channel.connect
答案 0 :(得分:0)
1.57
这应该有效。