Как положить бота в голосовой чат в Discord?
не подскажете как положить бота в голосовой час на 24/7? мой код
@bot.command()
async def join(ctx):
channel = ctx.author.voice.channel
await channel.connect()
не подскажете как положить бота в голосовой час на 24/7? мой код
@bot.command()
async def join(ctx):
channel = ctx.author.voice.channel
await channel.connect()