MCPcopy
hub / github.com/eritislami/evobot / SongData

Interface SongData

structs/Song.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6const { stream, video_basic_info } = require("play-dl");
7
8export interface SongData {
9 url: string;
10 title: string;
11 duration: number;
12}
13
14export class Song {
15 public readonly url: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected