feat: basic player commands

This commit is contained in:
2026-08-30 19:58:08 +02:00
parent ce35371c06
commit 5b223875bd
11 changed files with 196 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export interface PlayerSourcePlugin {
'login'?: () => Promise<boolean>;
/**
* Play a song by its ID
* Play a song by its ID. Should start playing it immediately
*/
'playSong': ( id: string ) => Promise<void>;