Skip to content

Commit fd524d7

Browse files
committed
just rename
1 parent c9ba437 commit fd524d7

File tree

7 files changed

+43
-43
lines changed

7 files changed

+43
-43
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Upload multiple files
4242
uses: actions/upload-artifact@v4
4343
with:
44-
name: nekocord-build-${{ matrix.os }}
44+
name: DiscordBotClient-nightly-${{ matrix.os }}
4545
path: |
4646
dist/*.exe
4747
dist/*.AppImage

assets/editor/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Nekocord - Config Editor</title>
5+
<title>DiscordBotClient - Config Editor</title>
66
<style>
77
html,
88
body,
@@ -150,10 +150,10 @@
150150
);
151151
editor.onDidChangeModelContent(() => {
152152
if (editor.getValue() === content) {
153-
document.title = 'Nekocord - Config Editor';
153+
document.title = 'DiscordBotClient - Config Editor';
154154
} else {
155155
document.title =
156-
'Nekocord - Config Editor (Unsaved Changes - Press Ctrl+S to save)';
156+
'DiscordBotClient - Config Editor (Unsaved Changes - Press Ctrl+S to save)';
157157
}
158158
});
159159
// Ctrl+S

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "discord-bot-client",
3-
"productName": "Nekocord",
4-
"version": "3.8.0",
5-
"description": "Nekocord - login into discord with a bot token",
3+
"productName": "DiscordBotClient",
4+
"version": "3.8.1",
5+
"description": "DiscordBotClient - login into discord with a bot token",
66
"author": {
77
"name": "aiko-chan-ai",
88
"email": "[email protected]"
@@ -99,7 +99,7 @@
9999
"VencordExtension"
100100
],
101101
"appId": "DiscordBotClient",
102-
"productName": "Nekocord",
102+
"productName": "DiscordBotClient",
103103
"artifactName": "${productName}-${os}-${arch}.${ext}",
104104
"copyright": "Copyright © 2025 aiko-chan-ai",
105105
"mac": {
@@ -131,7 +131,7 @@
131131
],
132132
"desktop": {
133133
"entry": {
134-
"Name": "Nekocord",
134+
"Name": "DiscordBotClient",
135135
"GenericName": "Internet Messenger",
136136
"Type": "Application",
137137
"Categories": "Network;InstantMessaging;Chat;",

readme.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<h1 align="center">Nekocord</h1>
1+
<h1 align="center">DiscordBotClient</h1>
22

3-
**Nekocord** allows you to use your bot, just like any other user account, except for Friends and Groups.
3+
**DiscordBotClient** allows you to use your bot, just like any other user account, except for Friends and Groups.
44

55
## Overview
66

@@ -24,7 +24,7 @@
2424
>
2525
> **Third party clients are discouraged and against the Discord TOS.**
2626
27-
Nekocord is a custom [Discord](https://discord.com/app) client that aims to
27+
DiscordBotClient is a custom [Discord](https://discord.com/app) client that aims to
2828
support bot accounts and be aimed at power-users.
2929

3030
The application only uses the official Discord API and doesn't send data to
@@ -39,7 +39,7 @@ Discord Inc.
3939

4040
### Windows
4141

42-
Nekocord can be installed in Windows via [Winget](https://learn.microsoft.com/en-us/windows/package-manager/):
42+
DiscordBotClient can be installed in Windows via [Winget](https://learn.microsoft.com/en-us/windows/package-manager/):
4343

4444
```
4545
winget install aiko-chan-ai.DiscordBotClient
@@ -75,28 +75,28 @@ major systems in the release overview:
7575
<code>NSIS installer</code>
7676
</td>
7777
<td>
78-
<a href="https://github.com/aiko-chan-ai/DiscordBotClient/releases/latest/download/Nekocord-win-x64.exe">
79-
<img alt="Nekocord-win-x64.exe" src="https://img.shields.io/github/downloads/aiko-chan-ai/DiscordBotClient/latest/Nekocord-win-x64.exe?style=for-the-badge&logo=windows&color=DDB6F2&logoColor=D9E0EE&labelColor=302D41"></a>
78+
<a href="https://github.com/aiko-chan-ai/DiscordBotClient/releases/latest/download/DiscordBotClient-win-x64.exe">
79+
<img alt="DiscordBotClient-win-x64.exe" src="https://img.shields.io/github/downloads/aiko-chan-ai/DiscordBotClient/latest/DiscordBotClient-win-x64.exe?style=for-the-badge&logo=windows&color=DDB6F2&logoColor=D9E0EE&labelColor=302D41"></a>
8080
</a>
8181
</td>
8282
</tr>
8383
<tr> <td>Linux</td>
8484
<td align="center"><code>.AppImage</code></td>
8585
<td>
86-
<a href="https://github.com/aiko-chan-ai/DiscordBotClient/releases/latest/download/Nekocord-linux-x86_64.AppImage"><img alt="Nekocord-linux-x86_64.AppImage" src="https://img.shields.io/github/downloads/aiko-chan-ai/DiscordBotClient/latest/Nekocord-linux-x86_64.AppImage?style=for-the-badge&logo=linux&color=F5C2E7&logoColor=D9E0EE&labelColor=302D41"></a>
86+
<a href="https://github.com/aiko-chan-ai/DiscordBotClient/releases/latest/download/DiscordBotClient-linux-x86_64.AppImage"><img alt="DiscordBotClient-linux-x86_64.AppImage" src="https://img.shields.io/github/downloads/aiko-chan-ai/DiscordBotClient/latest/DiscordBotClient-linux-x86_64.AppImage?style=for-the-badge&logo=linux&color=F5C2E7&logoColor=D9E0EE&labelColor=302D41"></a>
8787
</td>
8888
</tr>
8989
<tr>
9090
<td>Mac arm64 (Apple Silicon)</td>
9191
<td align="center"><code>.dmg</code></td>
9292
<td>
93-
<a href="https://github.com/aiko-chan-ai/DiscordBotClient/releases/latest/download/Nekocord-mac-arm64.dmg"><img alt="Nekocord-mac-arm64.dmg" src="https://img.shields.io/github/downloads/aiko-chan-ai/DiscordBotClient/latest/Nekocord-mac-arm64.dmg?style=for-the-badge&logo=macos&color=E8A2AF&logoColor=D9E0EE&labelColor=302D41"></a>
93+
<a href="https://github.com/aiko-chan-ai/DiscordBotClient/releases/latest/download/DiscordBotClient-mac-arm64.dmg"><img alt="DiscordBotClient-mac-arm64.dmg" src="https://img.shields.io/github/downloads/aiko-chan-ai/DiscordBotClient/latest/DiscordBotClient-mac-arm64.dmg?style=for-the-badge&logo=macos&color=E8A2AF&logoColor=D9E0EE&labelColor=302D41"></a>
9494
</td>
9595
<tr>
9696
<td>Mac x64 (Intel)</td>
9797
<td align="center"><code>.dmg</code></td>
9898
<td>
99-
<a href="https://github.com/aiko-chan-ai/DiscordBotClient/releases/latest/download/Nekocord-mac-x64.dmg"><img alt="Nekocord-mac-x64.dmg" src="https://img.shields.io/github/downloads/aiko-chan-ai/DiscordBotClient/latest/Nekocord-mac-x64.dmg?style=for-the-badge&logo=macos&color=E8A2AF&logoColor=D9E0EE&labelColor=302D41"></a>
99+
<a href="https://github.com/aiko-chan-ai/DiscordBotClient/releases/latest/download/DiscordBotClient-mac-x64.dmg"><img alt="DiscordBotClient-mac-x64.dmg" src="https://img.shields.io/github/downloads/aiko-chan-ai/DiscordBotClient/latest/DiscordBotClient-mac-x64.dmg?style=for-the-badge&logo=macos&color=E8A2AF&logoColor=D9E0EE&labelColor=302D41"></a>
100100
</td>
101101
</table>
102102

@@ -120,7 +120,7 @@ npm run build:ts
120120
npm run build
121121
```
122122

123-
This will create an executable called `Nekocord` or `Nekocord.exe` in the `dist` folder, depending on whether you are using Windows or not.
123+
This will create an executable called `DiscordBotClient` or `DiscordBotClient.exe` in the `dist` folder, depending on whether you are using Windows or not.
124124

125125
---
126126

@@ -171,7 +171,7 @@ Logging in works via the UI on first startup of the application.
171171
| Discord Build | Hash | Vencord | Client version | Release Status | App Status |
172172
| ------------- | ------- | ------- | -------------- | -------------- | ---------- |
173173
| Latest | ? | ? | v3.8.? | ~~Beta~~ ||
174-
| Stable 453248 | 0a497ab | v1.13.1 | v3.8.0 | Latest ||
174+
| Stable 453248 | 0a497ab | v1.13.1 | v3.8.1 | Latest ||
175175
| Stable 415772 | 0c81c46 | v1.12.5 | v3.7.4 | Deprecated ||
176176
| Stable 403437 | fa5cfe9 | v1.12.2 | v3.7.2 | Deprecated ||
177177
| Stable 394055 | f598231 | v1.11.9 | v3.7.1 | Deprecated ||
@@ -266,7 +266,7 @@ npm run core:update
266266
Thanks to [ChrisEric](https://github.com/CE1CECL) for the source code that uses a local proxy to emulate a different version of Discord.
267267

268268
This project was mainly inspired by [SamuelScheit](https://github.com/SamuelScheit)
269-
[Nekocord](https://github.com/SamuelScheit/discord-bot-client), which he sadly didn't
269+
[DiscordBotClient](https://github.com/SamuelScheit/discord-bot-client), which he sadly didn't
270270
develop any further.
271271

272272
And a big thank you to [Vencord](https://github.com/Vendicated/Vencord) developers for making it easier for me to create this app.

src/AppCore/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default class Constants extends null {
3434
"auth/conditional/start", // Disable WebAuthn
3535
];
3636
static LatestStorageUpdate = 1735000000000;
37-
static AppName = "Nekocord";
37+
static AppName = "DiscordBotClient";
3838
static AppID = "DiscordBotClient";
3939
static iconPath = path.join(app.getAppPath(), "assets", "icon.png");
4040
static icon16 = nativeImage.createFromPath(Constants.iconPath).resize({ width: 16 });

src/AppCore/IPCEvents.ts

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
/* Copyright Elysia © 2025. All rights reserved */
22

33
export class IPCEvent extends null {
4-
static Close = "nekocord:window:close";
5-
static Minimize = "nekocord:window:minimize";
6-
static Maximize = "nekocord:window:maximize";
7-
static Focus = "nekocord:window:focus";
4+
static Close = "app:window:close";
5+
static Minimize = "app:window:minimize";
6+
static Maximize = "app:window:maximize";
7+
static Focus = "app:window:focus";
88
// Preload IPC Events
9-
static GetBotInfo = "nekocord:preload:get_bot_info";
10-
static GetVersion = "nekocord:preload:get_version";
11-
static GetName = "nekocord:preload:get_name";
12-
static GetExperiment = "nekocord:preload:get_experiment";
13-
static GetDefaultUserPatch = "nekocord:preload:get_default_user_patch";
9+
static GetBotInfo = "app:preload:get_bot_info";
10+
static GetVersion = "app:preload:get_version";
11+
static GetName = "app:preload:get_name";
12+
static GetExperiment = "app:preload:get_experiment";
13+
static GetDefaultUserPatch = "app:preload:get_default_user_patch";
1414
// Logging from Main Process
15-
static LogFromMainProcess = "nekocord:main:log";
15+
static LogFromMainProcess = "app:main:log";
1616
// Main > Renderer Events
17-
static GetPreloadedUserSettings = "nekocord:preload:get_preloaded_user_settings";
18-
static GetPreloadedUserSettingsResponse = "nekocord:preload:get_preloaded_user_settings_response";
19-
static SetPreloadedUserSettings = "nekocord:preload:set_preloaded_user_settings";
17+
static GetPreloadedUserSettings = "app:preload:get_preloaded_user_settings";
18+
static GetPreloadedUserSettingsResponse = "app:preload:get_preloaded_user_settings_response";
19+
static SetPreloadedUserSettings = "app:preload:set_preloaded_user_settings";
2020

21-
static GetFrecencyUserSettings = "nekocord:preload:get_frecency_user_settings";
22-
static GetFrecencyUserSettingsResponse = "nekocord:preload:get_frecency_user_settings_response";
23-
static SetFrecencyUserSettings = "nekocord:preload:set_frecency_user_settings";
21+
static GetFrecencyUserSettings = "app:preload:get_frecency_user_settings";
22+
static GetFrecencyUserSettingsResponse = "app:preload:get_frecency_user_settings_response";
23+
static SetFrecencyUserSettings = "app:preload:set_frecency_user_settings";
2424
// Monaco Editor IPC Events
25-
static MonacoEditorGetConfig = "nekocord:editor:get_config";
26-
static MonacoEditorGetAutoComplete = "nekocord:editor:get_autocomplete";
27-
static MonacoEditorSaveConfig = "nekocord:editor:save_config";
25+
static MonacoEditorGetConfig = "app:editor:get_config";
26+
static MonacoEditorGetAutoComplete = "app:editor:get_autocomplete";
27+
static MonacoEditorSaveConfig = "app:editor:save_config";
2828
}

0 commit comments

Comments
 (0)