【发布时间】:2021-02-19 05:36:39
【问题描述】:
有人知道为什么我的机器人没有连接到我的不和谐语音频道吗?
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
【问题讨论】:
-
是
await channel.connect()不是await channel.connect -
谢谢,但还是不行。
标签: python discord discord.py ctx