*Update dist

This commit is contained in:
Derrick Hammer 2023-01-18 15:32:07 -05:00
parent a608fff783
commit 950fab649d
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

1
dist/index.js vendored
View File

@ -13,6 +13,7 @@ export default async (pubkey, options = { host: "irc.liberta.casa" }) => {
port: 6697,
secure: true,
channels: ["#lumeweb"],
realName: "lumeweb-client",
});
client.connect();
await new Promise((resolve) => {