diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-08 12:25:35 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-08 12:25:35 -0500 |
commit | 0e160ae77477f0986a02746e84158329299f438f (patch) | |
tree | 55a70950bae700bbd77ff693aecd1b2cbf0777cf /src/lib/index.ts | |
parent | 42eab3390f7e2fcdc020eb1e3d602a46c9f34273 (diff) | |
download | tanzanite-0e160ae77477f0986a02746e84158329299f438f.tar.gz tanzanite-0e160ae77477f0986a02746e84158329299f438f.tar.bz2 tanzanite-0e160ae77477f0986a02746e84158329299f438f.zip |
add shared db
Diffstat (limited to 'src/lib/index.ts')
-rw-r--r-- | src/lib/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/index.ts b/src/lib/index.ts index 8809e27..37bc443 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -73,6 +73,7 @@ export * from './models/Guild.js'; export * from './models/Level.js'; export * from './models/ModLog.js'; export * from './models/Reminder.js'; +export * from './models/Shared.js'; export * from './models/Stat.js'; export * from './models/StickyRole.js'; export * from './utils/AllowedMentions.js'; |