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-12-17 19:41:49 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-17 19:41:49 +1100
commitbf420aac3284d8d83e7658cddfb347e7243076ce (patch)
tree7223b67b888e7aa60ca695f24588d5107bd88d05 /src/api/util/index.ts
parentUse staging's GLOBAL_ENV (diff)
downloadserver-bf420aac3284d8d83e7658cddfb347e7243076ce.tar.xz
Remove Discord oauth login support
Diffstat (limited to '')
-rw-r--r--src/api/util/index.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/api/util/index.ts b/src/api/util/index.ts
index 49542ceb..ffad0607 100644
--- a/src/api/util/index.ts
+++ b/src/api/util/index.ts
@@ -7,5 +7,4 @@ export * from "./handlers/route";
 export * from "./utility/String";
 export * from "./handlers/Voice";
 export * from "./utility/captcha";
-export * from "./utility/EmbedHandlers";
-export * from "./handlers/Oauth";
\ No newline at end of file
+export * from "./utility/EmbedHandlers";
\ No newline at end of file