This commit is contained in:
Nuckyz 2024-06-01 01:44:18 -03:00
parent 4d8c56689c
commit 8580332c82
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -60,11 +60,7 @@ define(Function.prototype, "O", {
define(this, "O", { value: onChunksLoaded });
const { stack } = new Error();
if (!stack?.includes("discord.com") && !stack?.includes("discordapp.com")) {
return;
}
if (this.m == null) {
if (this.m == null || !(stack?.includes("discord.com") || stack?.includes("discordapp.com"))) {
return;
}