mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
MessageLatency: Fix wrong constant
This commit is contained in:
parent
7b4ecff67e
commit
41a1732df2
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ interface Diff {
|
||||||
milliseconds: number;
|
milliseconds: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
const DISCORD_KT_DELAY = 14712289280;
|
const DISCORD_KT_DELAY = 1471228928;
|
||||||
const HiddenVisually = findExportedComponentLazy("HiddenVisually");
|
const HiddenVisually = findExportedComponentLazy("HiddenVisually");
|
||||||
|
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
|
|
Loading…
Reference in a new issue