diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-12 20:33:42 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-12 20:33:42 +0200 |
commit | 613ef19d2119449d516555ea2d2036d7f98c298d (patch) | |
tree | 30c22d96aea3da6f859a4690ce9fadcc97cddc3c /src/util/index.ts | |
parent | :sparkles: util (diff) | |
download | server-613ef19d2119449d516555ea2d2036d7f98c298d.tar.xz |
:sparkles: rtc
Diffstat (limited to 'src/util/index.ts')
-rw-r--r-- | src/util/index.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/util/index.ts b/src/util/index.ts deleted file mode 100644 index 7523a6ad..00000000 --- a/src/util/index.ts +++ /dev/null @@ -1,9 +0,0 @@ -export * from "./String"; -export * from "./BitField"; -export * from "./Intents"; -export * from "./MessageFlags"; -export * from "./Permissions"; -export * from "./Snowflake"; -export * from "./UserFlags"; -export * from "./toBigInt"; -export * from "./RabbitMQ"; |