summary refs log tree commit diff
path: root/src/api/util/index.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-10-01 14:44:32 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-10-01 14:44:32 +1000
commitaef662521c1e6a607f6c4848f7c6af96da8900b6 (patch)
tree25d6256d4e8ae4496bc0f68c42a66fb20cbb8806 /src/api/util/index.ts
parentMake `afk` optional in ActivitySchema (diff)
downloadserver-aef662521c1e6a607f6c4848f7c6af96da8900b6.tar.xz
Better embed handling
Diffstat (limited to 'src/api/util/index.ts')
-rw-r--r--src/api/util/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/util/index.ts b/src/api/util/index.ts

index 9f375f72..ffad0607 100644 --- a/src/api/util/index.ts +++ b/src/api/util/index.ts
@@ -7,3 +7,4 @@ export * from "./handlers/route"; export * from "./utility/String"; export * from "./handlers/Voice"; export * from "./utility/captcha"; +export * from "./utility/EmbedHandlers"; \ No newline at end of file