summary refs log tree commit diff
path: root/util/src/entities/index.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-23 20:56:26 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-23 20:56:26 +1000
commitcc21ae7f6ad1ac7825a2ad3b274ba4a1a594af08 (patch)
tree99d76b1d6ae91e67e3de30d99eab223da36c0a08 /util/src/entities/index.ts
parentBot update (diff)
parentMoved user notes into separate table (diff)
downloadserver-cc21ae7f6ad1ac7825a2ad3b274ba4a1a594af08.tar.xz
Merge branch 'feat/notesTable' into slowcord
Diffstat (limited to '')
-rw-r--r--util/src/entities/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/src/entities/index.ts b/util/src/entities/index.ts

index 1b6259ae..c439a4b7 100644 --- a/util/src/entities/index.ts +++ b/util/src/entities/index.ts
@@ -28,4 +28,5 @@ export * from "./User"; export * from "./VoiceState"; export * from "./Webhook"; export * from "./ClientRelease"; -export * from "./BackupCodes"; \ No newline at end of file +export * from "./BackupCodes"; +export * from "./Note";