Update few more modules

This commit is contained in:
2026-03-25 23:19:03 +01:00
parent f27f6df525
commit 04b10efbfc
16 changed files with 568 additions and 233 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export function toFriendRemove(client: IClient): FriendStatusData {
}
export function toFriend(client: IClient): FriendStatusData {
if (client.isConnected) {
if (client.isConnected()) {
return toFriendOnline(client);
} else {
return toFriendOffline(client);