Merge branch 'dev' into immediate-finds

This commit is contained in:
Nuckyz 2024-05-15 23:30:49 -03:00
commit 8e5a2f6e59
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -25,7 +25,7 @@ interface Diff {
milliseconds: number; milliseconds: number;
} }
const DISCORD_KT_DELAY = 14712289280; const DISCORD_KT_DELAY = 1471228928;
const HiddenVisually = findExportedComponent("HiddenVisually"); const HiddenVisually = findExportedComponent("HiddenVisually");
export default definePlugin({ export default definePlugin({