aboutsummaryrefslogtreecommitdiff
path: root/lib/index.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-10-03 22:57:40 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-10-03 22:57:40 -0400
commit612ed820a0600ec11ed642005377cd7f5a8a8b77 (patch)
tree6bca4e7268fd0063ff53cf64fa44df62a23dba50 /lib/index.ts
parented98ff7e2679f362f2657e77a6cf8dd3ce9b3d43 (diff)
downloadtanzanite-612ed820a0600ec11ed642005377cd7f5a8a8b77.tar.gz
tanzanite-612ed820a0600ec11ed642005377cd7f5a8a8b77.tar.bz2
tanzanite-612ed820a0600ec11ed642005377cd7f5a8a8b77.zip
wip
Diffstat (limited to 'lib/index.ts')
-rw-r--r--lib/index.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/index.ts b/lib/index.ts
index fc7bb4c..d486d68 100644
--- a/lib/index.ts
+++ b/lib/index.ts
@@ -3,6 +3,7 @@ export * from './automod/AutomodShared.js';
export * from './automod/MemberAutomod.js';
export * from './automod/MessageAutomod.js';
export * from './automod/PresenceAutomod.js';
+export * from './common/Appeals.js';
export * from './common/BotCache.js';
export * from './common/ButtonPaginator.js';
export * from './common/CanvasProgressBar.js';
@@ -10,12 +11,9 @@ export * from './common/ConfirmationPrompt.js';
export * from './common/DeleteButton.js';
export * as Moderation from './common/Moderation.js';
export type {
- AppealButtonId,
CreateModLogEntryOptions,
CreatePunishmentEntryOptions,
PunishDMOptions,
- PunishmentTypeDM,
- PunishmentTypePresent,
RemovePunishmentEntryOptions,
SimpleCreateModLogEntryOptions
} from './common/Moderation.js';