Skip to content

Commit d64eafa

Browse files
committed
chore: Bump version to 3.6.1 and update system message
1 parent e8e4bf6 commit d64eafa

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

AppAssets/SystemMessages.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ module.exports = async function GetSystemMessage() {
2121
channel_id: Constants.ChannelIdDefault,
2222
author: Constants.UserDefaultPatch,
2323
attachments: [],
24-
content: null,
24+
content: `## Make sure to download this application from the official GitHub!
25+
### Downloading it from untrusted sources could pose a risk to your computer and expose your private data.`,
2526
embeds: [
2627
{
2728
type: 'rich',

AppCore/database/PreloadedUserSettings.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ module.exports = class PreloadedUserSettings extends BaseDatabase {
1919
} else {
2020
data = this.deepConvertToBuffer(data);
2121
}
22-
/*
2322
// Force override
2423
data.userContent.dismissedContents =
2524
SettingProto.PreloadedUserSettings.userContent.dismissedContents;
26-
*/
2725
resolve(data);
2826
} catch (error) {
2927
reject(error);

VencordExtension/dist/Vencord.js

Lines changed: 3 additions & 3 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,6 +1,6 @@
11
{
22
"name": "discord-bot-client",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"description": "Discord Bot Client - login into discord with a bot token",
55
"main": "./AppCore/index.js",
66
"dependencies": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Logging in works via the UI on first startup of the application.
157157

158158
| Discord Build | Hash | Vencord | Client version | Status |
159159
|---------------|----------|---------|--------------------------|---------|
160-
| Stable 355624 | 8dc6074 | v1.10.9 | v3.6.0 | Latest |
160+
| Stable 355624 | 8dc6074 | v1.10.9 | v3.6.0 - v3.6.1 | Latest |
161161
| Stable 331146 | fddab3e | v1.10.3 | v3.5.0 | Deprecated |
162162
| Stable 302556 | 366c746 | v1.8.9 | v3.3.0 - v3.4.1 | EOL |
163163
| Stable 275565 | ede2af3 | v1.7.2 | v3.2.0 - v3.2.1 | EOL |

0 commit comments

Comments
 (0)