Skip to main content

No project description provided

Project description

discord-ext-songbird

support

Only macos and linux.

sample code

from dextbird import VoiceClient
import discord


client = discord.Client(intents=discord.Intents.all())


@client.event
async def on_message(message: discord.Message) -> None:
    if message.content == "!join":
        vc = await message.author.voice.channel.connect(cls=VoiceClient)
        # Play lycoris recoil song
        await vc.ytdl("https://youtu.be/VxR_BYPG7v4")


client.run("TOKEN")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dextbird-0.2.0.tar.gz (20.0 kB view hashes)

Uploaded Source

Built Distribution

dextbird-0.2.0-cp310-cp310-manylinux_2_31_x86_64.whl (2.3 MB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.31+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page