We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92681e commit f624d87Copy full SHA for f624d87
src/index.ts
@@ -5,7 +5,7 @@ import { client } from "./discordClient";
5
export const bot = new MSGSaltBot(client);
6
7
const app: Express = express();
8
-const port = 3000;
+const port = 3004;
9
10
app.listen(port, () => {
11
console.log(`Listening at ${port}`);
0 commit comments