Skip to content

Commit 3814b69

Browse files
committed
nah
1 parent ba73fe3 commit 3814b69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AppCore/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ async function createWindow() {
215215
log.info(`Electron UserData: ${app.getPath('userData')}`);
216216

217217
// Create the server
218-
const port = await server(2023, log, win);
218+
const port = await server(2024, log, win);
219219
// createNotification('Proxy Server', `Proxy server started on port ${port}`);
220220
const tray = createTray(win, port);
221221

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"productName": "DiscordBotClient",
2727
"artifactName": "${productName}-${os}-${arch}.${ext}",
2828
"electronVersion": "15.5.7",
29-
"copyright": "Copyright © 2023 Elysia#1782",
29+
"copyright": "Copyright © 2024 @elysia.dev",
3030
"mac": {
3131
"category": "public.app-category.social-networking",
3232
"target": [
@@ -62,7 +62,7 @@
6262
},
6363
"author": {
6464
"name": "aiko-chan-ai",
65-
"email": "DiscordBotClient@aiko.com"
65+
"email": "Aiko@shiroko.onmicrosoft.com"
6666
},
6767
"repository": {
6868
"url": "https://github.com/aiko-chan-ai/DiscordBotClient/"

0 commit comments

Comments
 (0)