diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-12 01:46:42 +0200 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-19 17:52:44 +1100 |
commit | 803ab38fad68d62493dfd8395f5160ac8176a1b5 (patch) | |
tree | 75994ec356061d62bce0b948167d93587a04bc6d /src/util/entities/index.ts | |
parent | Add additional config (diff) | |
download | server-803ab38fad68d62493dfd8395f5160ac8176a1b5.tar.xz |
Move UserSettings to own entity
Diffstat (limited to '')
-rw-r--r-- | src/util/entities/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/entities/index.ts b/src/util/entities/index.ts index 04f3bace..7b24e21c 100644 --- a/src/util/entities/index.ts +++ b/src/util/entities/index.ts @@ -30,4 +30,5 @@ export * from "./VoiceState"; export * from "./Webhook"; export * from "./ClientRelease"; export * from "./BackupCodes"; -export * from "./Note"; \ No newline at end of file +export * from "./Note"; +export * from "./UserSettings"; |