2.0.7 • Published 5 months ago

@discordx/plugin-ytdl-player v2.0.7

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 months ago

📖 Introduction

YTDL player plugin for discordx bots.

💻 Installation

npm install @discordx/plugin-ytdl-player
yarn add @discordx/plugin-ytdl-player
pnpm add @discordx/plugin-ytdl-player

📄 Usage

import { Client, MetadataStorage } from "discordx";
import { YTDLPlayerPlugin } from "@discordx/plugin-ytdl-player";

// Initialize the Plugin:
const ytdlPlugin = new YTDLPlayerPlugin({ metadata: MetadataStorage.instance });

// Provide the plugin to the Discordx Client:
const client = new Client({ plugins: [ytdlPlugin] });

📜 Documentation

☎️ Need help?

💖 Thank you

You can support discordx by giving it a GitHub star.

2.0.5

5 months ago

2.0.4

5 months ago

2.0.7

5 months ago

2.0.6

5 months ago

2.0.3

10 months ago

2.0.2

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.2.5

11 months ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago