Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyphen1223 committed Jan 22, 2024
1 parent 704bc55 commit c5c70ef
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 @@ -41,7 +41,7 @@ const server = http.createServer((req, res) => {
client.on('ready', () => {
console.log('Logged in');
if(process.env.WAKEMEUP == 1) {
server.listen(8080, () => {
server.listen(10000, () => {
console.log('Server is ready');
});
}
Expand Down

0 comments on commit c5c70ef

Please sign in to comment.