chore: release v3.6.1

This commit is contained in:
Elysia
2025-03-14 17:32:10 +07:00
parent d7d989ef96
commit 35186568a7
8 changed files with 31 additions and 42 deletions

View File

@@ -9,10 +9,10 @@ const { Error, RangeError, TypeError } = require('../errors');
exports.MaxBulkDeletableMessageAge = 1_209_600_000;
exports.UserAgent =
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Electron/33.0.0 Safari/537.36';
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Electron/33.4.0 Safari/537.36';
/**
* Google Chrome v131 TLS ciphers
* Chrome TLS ciphers
* @see {@link https://tls.browserleaks.com/tls}
* @see {@link https://github.com/yifeikong/curl-impersonate}
* @typedef {Array<string>} Ciphers