Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit ea70b8b

Browse files
authored
change links
1 parent 306d21c commit ea70b8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/MeowerBot.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default class Bot extends EventEmitter {
1111
* @param {string} prefix The bot's prefix, default is a `@` mention of the bot's username
1212
* @returns {void}
1313
*/
14-
login(username, password, server="wss://server.meower.org/", prefix=`@${username}`) {
14+
login(username, password, server="wss://server.streamilator.tk/", prefix=`@${username}`) {
1515
this.username = username;
1616
this.password = password;
1717
this.prefix = prefix;
@@ -30,7 +30,7 @@ export default class Bot extends EventEmitter {
3030
"cmd": "direct",
3131
"val": {
3232
"cmd": "ip",
33-
"val": await fetch("https://api.meower.org/ip").then(res => res.text())
33+
"val": await fetch("https://api.streamilator.tk/ip").then(res => res.text())
3434
}
3535
});
3636

@@ -240,7 +240,7 @@ export class API {
240240
/**
241241
* @param {string} url The URL of the API to use
242242
*/
243-
constructor(url="https://api.meower.org/") {
243+
constructor(url="https://api.streamilator.tk/") {
244244
this.url = url;
245245
}
246246

0 commit comments

Comments
 (0)