release: v3.3.0

This commit is contained in:
Elysia
2024-07-24 20:22:47 +07:00
parent f96c623b04
commit 2efb496bf7
5 changed files with 8 additions and 6 deletions

View File

@@ -11,7 +11,6 @@ const BaseDispatcher = require('./BaseDispatcher');
* const dispatcher = connection.playVideo('/home/hydrabolt/video.mp4', { fps: 60, preset: 'ultrafast' });
* });
* ```
* @implements {VolumeInterface}
* @extends {BaseDispatcher}
*/
class VideoDispatcher extends BaseDispatcher {