You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
🆙 Youtube
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ export class YouTubeRoomWatchingComposer implements IMessageComposer<any[]>
|
||||
|
||||
constructor(watching: boolean)
|
||||
{
|
||||
this._data = [watching];
|
||||
this._data = [watching ? 1 : 0];
|
||||
}
|
||||
|
||||
public getMessageArray() { return this._data; }
|
||||
|
||||
Reference in New Issue
Block a user