mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
refactor: improve livechat parser & add remaining action nodes (#285)
* refactor: improve live chat parsers & add missing nodes * chore: update example and docs * docs: rephrasing/formatting * chore: remove unneeded test (unrelated)
This commit is contained in:
@@ -8,7 +8,7 @@ class ShowLiveChatTooltipCommand extends YTNode {
|
||||
|
||||
constructor(data: any) {
|
||||
super();
|
||||
this.tooltip = Parser.parse(data.tooltip);
|
||||
this.tooltip = Parser.parseItem(data.tooltip);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user