summary refs log tree commit diff
path: root/src/util/index.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-11 19:29:39 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-11 19:29:39 +0200
commitd8eece32de3b509c9171d0769d042fab672439e1 (patch)
treead3980e844a173dd4cae75871d6a5aa92f49efd0 /src/util/index.ts
parent1.3.47 (diff)
downloadserver-d8eece32de3b509c9171d0769d042fab672439e1.tar.xz
:sparkles: rabbitmq
Diffstat (limited to '')
-rw-r--r--src/util/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/index.ts b/src/util/index.ts

index 7e8bca20..7523a6ad 100644 --- a/src/util/index.ts +++ b/src/util/index.ts
@@ -5,4 +5,5 @@ export * from "./MessageFlags"; export * from "./Permissions"; export * from "./Snowflake"; export * from "./UserFlags"; -export * from "./toBigInt" \ No newline at end of file +export * from "./toBigInt"; +export * from "./RabbitMQ";