Skip to content

Commit

Permalink
Port 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
otter-computer authored Nov 11, 2022
1 parent 291351b commit d227bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (process.env.NODE_ENV === `production`) {
http.createServer((req, res) => {
res.writeHead(200, { 'Content-Type': 'text/plain' });
res.end('GaymersBot is alive!');
}).listen(80);
}).listen(8080);
}

GaymersBot.connect();

0 comments on commit d227bd9

Please sign in to comment.