Skip to content

Commit e25f5c8

Browse files
committed
chore: Bump version to 3.7.0
1 parent 6b1a7d4 commit e25f5c8

File tree

4 files changed

+28
-25
lines changed

4 files changed

+28
-25
lines changed

DiscordCore/guild_experiments.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

DiscordCore/index.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616
<meta name="twitter:creator" content="@discord">
1717
<!-- endsection -->
1818

19-
<script nonce="MTY3LDI0NCwxODEsMTg4LDU0LDk5LDE4OSwxMDg=">
19+
<script nonce="MTQsMTI3LDEwLDEyMCwxMzMsMjQ1LDYyLDEwOQ==">
2020
window.GLOBAL_ENV = {
2121
"NODE_ENV": "production",
22-
"BUILT_AT": "1744787987432",
22+
"BUILT_AT": "1745011628416",
2323
"HTML_TIMESTAMP": Date.now(),
24-
"BUILD_NUMBER": "390505",
24+
"BUILD_NUMBER": "391738",
2525
"PROJECT_ENV": "production",
2626
"RELEASE_CHANNEL": "stable",
27-
"VERSION_HASH": "9b68b4852aad925e78996fe1390a561b524b2532",
27+
"VERSION_HASH": "51404a7da46dbdef363f2e57d46db9344c942ced",
2828
"PRIMARY_DOMAIN": "discord.com",
2929
"SENTRY_TAGS": {
30-
"buildId": "9b68b4852aad925e78996fe1390a561b524b2532",
30+
"buildId": "51404a7da46dbdef363f2e57d46db9344c942ced",
3131
"buildType": "normal"
3232
},
33-
"SENTRY_RELEASE": "2025-04-16-9b68b4852aad925e78996fe1390a561b524b2532-discord_web",
33+
"SENTRY_RELEASE": "2025-04-18-51404a7da46dbdef363f2e57d46db9344c942ced-discord_web",
3434
"PUBLIC_PATH": "/assets/",
3535
"LOCATION": "history",
3636
"API_VERSION": 9,
@@ -63,7 +63,7 @@
6363
}
6464
</script>
6565

66-
<script nonce="MTY3LDI0NCwxODEsMTg4LDU0LDk5LDE4OSwxMDg=">
66+
<script nonce="MTQsMTI3LDEwLDEyMCwxMzMsMjQ1LDYyLDEwOQ==">
6767
! function() {
6868
if (null != window.WebSocket && function(n) {
6969
try {
@@ -103,28 +103,28 @@
103103
<!-- section:title -->
104104
<title>Discord</title>
105105
<!-- endsection -->
106-
<script nonce="MTY3LDI0NCwxODEsMTg4LDU0LDk5LDE4OSwxMDg=">
106+
<script nonce="MTQsMTI3LDEwLDEyMCwxMzMsMjQ1LDYyLDEwOQ==">
107107
window.__OVERLAY__ = /overlay/.test(location.pathname);
108108
window.__BILLING_STANDALONE__ = /^\/billing/.test(location.pathname);
109109
</script>
110110
<link href="/assets/favicon.ico" rel="icon">
111-
<link href="/assets/12633.1acfe3c05b8d7075.css" rel="stylesheet">
111+
<link href="/assets/12633.3f2a7d9fa9c13a3c.css" rel="stylesheet">
112112
</head>
113113

114114
<body>
115115
<div id="app-mount"></div>
116116

117117

118-
<script defer src="/assets/web.09a1cd3c330fbbe0.js"></script>
119-
<script defer src="/assets/sentry.7e26ddc310f955d0.js"></script>
120-
<script nonce="MTY3LDI0NCwxODEsMTg4LDU0LDk5LDE4OSwxMDg=">
118+
<script defer src="/assets/web.cfcf9867896fe691.js"></script>
119+
<script defer src="/assets/sentry.7ed6a9614243a832.js"></script>
120+
<script nonce="MTQsMTI3LDEwLDEyMCwxMzMsMjQ1LDYyLDEwOQ==">
121121
(function() {
122122
function c() {
123123
var b = a.contentDocument || a.contentWindow.document;
124124
if (b) {
125125
var d = b.createElement('script');
126-
d.nonce = 'MTY3LDI0NCwxODEsMTg4LDU0LDk5LDE4OSwxMDg=';
127-
d.innerHTML = "window.__CF$cv$params={r:'931cc1b03d4efcf8',t:'MTc0NDkwMTY1NS4wMDAwMDA='};var a=document.createElement('script');a.nonce='MTY3LDI0NCwxODEsMTg4LDU0LDk5LDE4OSwxMDg=';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";
126+
d.nonce = 'MTQsMTI3LDEwLDEyMCwxMzMsMjQ1LDYyLDEwOQ==';
127+
d.innerHTML = "window.__CF$cv$params={r:'932cc6021ac4a08d',t:'MTc0NTA2OTYwNC4wMDAwMDA='};var a=document.createElement('script');a.nonce='MTQsMTI3LDEwLDEyMCwxMzMsMjQ1LDYyLDEwOQ==';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";
128128
b.getElementsByTagName('head')[0].appendChild(d)
129129
}
130130
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord-bot-client",
3-
"version": "3.6.2",
3+
"version": "3.7.0",
44
"description": "Discord Bot Client - login into discord with a bot token",
55
"main": "./AppCore/index.js",
66
"dependencies": {

readme.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@
44

55
## Overview
66

7-
- [How to install it](#installation)
8-
- [Windows](#windows)
9-
- [Using prebuilt binaries](#using-prebuilt-binaries)
10-
- [Building from source](#building-from-source)
7+
- [Installation](#installation)
8+
- [Windows](#windows)
9+
- [Using prebuilt binaries](#using-prebuilt-binaries)
10+
- [Building from source](#building-from-source)
1111
- [Login](#login)
1212
- [Features](#features)
13-
- [Discord Version](#version)
13+
- [Version](#version)
1414
- [Troubleshooting](#troubleshooting)
1515
- [FAQ](#faq)
16-
- [About anti-virus detection](#about-anti-virus-detection)
16+
- [About antivirus detection](#about-antivirus-detection)
1717
- [Similar projects](#similar-projects)
18-
- [Update Discord Version](#how-to-update-to-the-latest-discord-version-)
18+
- [Star History](#star-history)
19+
- [How to update to the latest Discord version ?](#how-to-update-to-the-latest-discord-version-)
1920
- [Credits](#credits)
21+
- [Disclaimer](#disclaimer)
2022

2123
> [!WARNING]
2224
> **Third party clients are discouraged and against the Discord TOS.**
@@ -160,8 +162,9 @@ Currently, I will only support the latest version of this application; other ver
160162

161163
| Discord Build | Hash | Vencord | Client version | Status |
162164
|---------------|----------|---------|--------------------------|---------|
163-
| Stable 389??? | ??????? | v1.11.9 | v3.?.? | ~~Latest~~ Beta |
164-
| Stable 360320 | 38aca73 | v1.10.9 | v3.6.2 | ~~Deprecated~~ Latest |
165+
| Latest | ? | ? | v3.7.? | ~~Beta~~ |
166+
| Stable 391738 | 51404a7 | v1.11.9 | v3.7.0 | Latest |
167+
| Stable 360320 | 38aca73 | v1.10.9 | v3.6.2 | Deprecated |
165168
| Stable 355624 | 8dc6074 | v1.10.9 | v3.6.0 - v3.6.1 | EOL |
166169
| Stable 331146 | fddab3e | v1.10.3 | v3.5.0 | EOL |
167170
| Stable 302556 | 366c746 | v1.8.9 | v3.3.0 - v3.4.1 | EOL |

0 commit comments

Comments
 (0)