@discordx/plugin-ytdl-player
TypeScript icon, indicating that this package has built-in type declarations

2.0.7 • Public • Published

Discord server NPM version NPM downloads Build status PayPal

Create a discord bot with TypeScript and Decorators!

📖 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.

Readme

Keywords

none

Package Sidebar

Install

npm i @discordx/plugin-ytdl-player

Weekly Downloads

4

Version

2.0.7

License

Apache-2.0

Unpacked Size

47 kB

Total Files

10

Last publish

Collaborators

  • samarmeena