Skip to content

Commit bac355b

Browse files
Update docs url
1 parent 1ab38d7 commit bac355b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MANUAL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ await mc
113113
.iter()
114114
.filter((action) => action.type === "addChatItemAction") // only chat events
115115
.map((chat) => JSON.stringify(chat) + "\n") // convert to JSONL
116-
.forEach((jsonl) => appendFile("./chats.jsonl", jsonl)) // append to the file
116+
.forEach((jsonl) => appendFile("./chats.jsonl", jsonl)); // append to the file
117117
```
118118
119119
### Chat moderation bot
@@ -248,7 +248,7 @@ const mc = await Masterchat.init("<videoId>", { axiosInstance });
248248
249249
## Reference
250250
251-
[API Documentation](https://holodata.github.io/masterchat)
251+
[API Documentation](https://sigvt.github.io/masterchat)
252252
253253
### Action type
254254

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm](https://badgen.net/npm/v/@hitomaru/masterchat)](https://npmjs.org/package/@hitomaru/masterchat)
44
[![npm: total downloads](https://badgen.net/npm/dt/@hitomaru/masterchat)](https://npmjs.org/package/@hitomaru/masterchat)
55
[![npm: publish size](https://badgen.net/packagephobia/publish/@hitomaru/masterchat)](https://npmjs.org/package/@hitomaru/masterchat)
6-
[![typedoc](https://badgen.net/badge/docs/typedoc/purple)](https://holodata.github.io/masterchat/)
6+
[![typedoc](https://badgen.net/badge/docs/typedoc/purple)](https://sigvt.github.io/masterchat/)
77

88
Masterchat is the most powerful library for YouTube Live Chat, supporting parsing 20+ actions, video comments and transcripts, as well as sending messages and moderating chats.
99

0 commit comments

Comments
 (0)