Skip to content

Commit f624d87

Browse files
committed
♻️ :: port 변경
1 parent f92681e commit f624d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { client } from "./discordClient";
55
export const bot = new MSGSaltBot(client);
66

77
const app: Express = express();
8-
const port = 3000;
8+
const port = 3004;
99

1010
app.listen(port, () => {
1111
console.log(`Listening at ${port}`);

0 commit comments

Comments
 (0)