MessageLatency: Fix wrong constant

This commit is contained in:
Nuckyz 2024-05-15 23:29:36 -03:00
parent 7b4ecff67e
commit 41a1732df2
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

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