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