add some jsdoc

This commit is contained in:
Vendicated
2023-04-10 01:16:44 +02:00
parent c2eaa9d35a
commit edfeca15ce
5 changed files with 61 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
*/
import type { Settings as TSettings } from "shared/settings";
import { SettingsStore } from "shared/utils/makeChangeListenerProxy";
import { SettingsStore } from "shared/utils/SettingsStore";
import { Common } from "./vencord";