Update DiscordPreview.js
This commit is contained in:
parent
741e93495b
commit
ef1f818c0a
|
@ -61,6 +61,9 @@ window.onmessage = function (e) {
|
|||
}
|
||||
}
|
||||
};
|
||||
window.require = function () {
|
||||
return () => {};
|
||||
};
|
||||
window.getString = function (obj) {
|
||||
var string = "";
|
||||
if (typeof obj == "string") string = obj;
|
||||
|
|
Loading…
Reference in New Issue