diff --git a/index.js b/index.js index 608e6dd..df7086c 100644 --- a/index.js +++ b/index.js @@ -23,8 +23,8 @@ function middleware() { const bot = new Client(); bot.use(middleware()); bot.connect({ - host: "irc.libera.chat", - // host: "localhost", + // host: "irc.libera.chat", + host: "localhost", nick: "g-bot", port: 6667, version: "grizzlys bot",