diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-10-01 14:44:32 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-10-01 14:44:32 +1000 |
commit | aef662521c1e6a607f6c4848f7c6af96da8900b6 (patch) | |
tree | 25d6256d4e8ae4496bc0f68c42a66fb20cbb8806 /src/api/util/index.ts | |
parent | Make `afk` optional in ActivitySchema (diff) | |
download | server-aef662521c1e6a607f6c4848f7c6af96da8900b6.tar.xz |
Better embed handling
Diffstat (limited to 'src/api/util/index.ts')
-rw-r--r-- | src/api/util/index.ts | 1 |
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 |