Skip to content

Commit daae747

Browse files
committed
chore: release v3.9.1🙏
1 parent ef2fb7c commit daae747

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

assets/snapshot/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<!-- section:title -->
2424
<title>Discord</title>
2525
<!-- endsection -->
26-
<script nonce="NDAsMTU3LDE1LDk1LDI1MiwyMzQsOTMsMTMy">
26+
<script nonce="MTIxLDY3LDI1LDIzMiwxNjQsMTY2LDg5LDEyOQ==">
2727
window.GLOBAL_ENV = {
2828
"NODE_ENV": "production",
2929
"BUILT_AT": "1773386344946",
@@ -72,7 +72,7 @@
7272
"WEBAUTHN_ORIGIN": "discord.com"
7373
}
7474
</script>
75-
<script nonce="NDAsMTU3LDE1LDk1LDI1MiwyMzQsOTMsMTMy">
75+
<script nonce="MTIxLDY3LDI1LDIzMiwxNjQsMTY2LDg5LDEyOQ==">
7676
window.__OVERLAY__ = /overlay/.test(location.pathname);
7777
window.__BILLING_STANDALONE__ = /^\/billing/.test(location.pathname);
7878
</script>
@@ -81,7 +81,7 @@
8181
<link as="script" href="/assets/fast-connect.3ba0678ab9c6fe10.js" rel="preload">
8282
<link as="script" href="/assets/libdiscore-wasm-fetch.b5a0ac0b934905b1.js" rel="preload">
8383
<link href="/assets/favicon.ico" rel="icon">
84-
<script nonce="NDAsMTU3LDE1LDk1LDI1MiwyMzQsOTMsMTMy">
84+
<script nonce="MTIxLDY3LDI1LDIzMiwxNjQsMTY2LDg5LDEyOQ==">
8585
! function() {
8686
if (null != window.WebSocket) {
8787
var n = function(n) {
@@ -132,14 +132,14 @@
132132
<div id="app-mount"></div>
133133

134134

135-
<script nonce="NDAsMTU3LDE1LDk1LDI1MiwyMzQsOTMsMTMy">
135+
<script nonce="MTIxLDY3LDI1LDIzMiwxNjQsMTY2LDg5LDEyOQ==">
136136
(function() {
137137
function c() {
138138
var b = a.contentDocument || a.contentWindow.document;
139139
if (b) {
140140
var d = b.createElement('script');
141-
d.nonce = 'NDAsMTU3LDE1LDk1LDI1MiwyMzQsOTMsMTMy';
142-
d.innerHTML = "window.__CF$cv$params={r:'9dc59db37cd5819c',t:'MTc3MzUxNTgyMA=='};var a=document.createElement('script');a.nonce='NDAsMTU3LDE1LDk1LDI1MiwyMzQsOTMsMTMy';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";
141+
d.nonce = 'MTIxLDY3LDI1LDIzMiwxNjQsMTY2LDg5LDEyOQ==';
142+
d.innerHTML = "window.__CF$cv$params={r:'9dcc7ea64811f904',t:'MTc3MzU4Nzk0OA=='};var a=document.createElement('script');a.nonce='MTIxLDY3LDI1LDIzMiwxNjQsMTY2LDg5LDEyOQ==';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";
143143
b.getElementsByTagName('head')[0].appendChild(d)
144144
}
145145
}

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "discord-bot-client",
33
"productName": "DiscordBotClient",
4-
"version": "3.9.0",
4+
"version": "3.9.1",
55
"description": "DiscordBotClient - login into discord with a bot token",
66
"author": {
77
"name": "aiko-chan-ai",

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ Logging in works via the UI on first startup of the application.
185185
| Discord Build | Hash | Vencord | Client version | Release Status | App Status |
186186
| ----------------- | ------- | ------- | -------------- | -------------- | ---------- |
187187
| Latest | ? | ? | v3.9.? | ~~Beta~~ ||
188-
| Stable 510733[^7] | 2fcef2a | v1.14.5 | v3.9.0 | Latest ||
188+
| Stable 510733 | 2fcef2a | v1.14.5 | v3.9.1 | Latest ||
189+
| Stable 510733[^7] | 2fcef2a | v1.14.5 | v3.9.0[^8] | EOL | ⛔ ⚠ |
189190
| Stable 491153[^6] | 496afea | v1.14.1 | v3.8.3 | Deprecated ||
190191
| Stable 479219 | 582c5bf | v1.13.8 | v3.8.2 | Deprecated ||
191192
| Stable 453248 | 0a497ab | v1.13.1 | v3.8.1 | Deprecated ||
@@ -208,6 +209,8 @@ Logging in works via the UI on first startup of the application.
208209

209210
[^7]: The first version that supports the advanced message editor (beta), including support for Embeds and Components V1 & V2. Note: Support for interactive components is outside the scope of this project.
210211

212+
[^8]: Version **3.9.0** cannot be used due to a login error *(if you have already logged in, you can still use it).*
213+
211214
---
212215

213216
## Troubleshooting

0 commit comments

Comments
 (0)