diff options
Diffstat (limited to 'src/commands/moderation/_activePunishments.ts')
-rw-r--r-- | src/commands/moderation/_activePunishments.ts | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/commands/moderation/_activePunishments.ts b/src/commands/moderation/_activePunishments.ts index 80cecf2..06e33f2 100644 --- a/src/commands/moderation/_activePunishments.ts +++ b/src/commands/moderation/_activePunishments.ts @@ -1,4 +1,14 @@ -// import { BushCommand, ModLog, ModLogModel, OptArgType, type CommandMessage, type SlashMessage } from '#lib'; +// import { +// BushCommand, +// clientSendAndPermCheck, +// emojis, +// ModLog, +// ModLogModel, +// OptArgType, +// userGuildPermCheck, +// type CommandMessage, +// type SlashMessage +// } from '#lib'; // import { ApplicationCommandOptionType, PermissionFlagsBits } from 'discord.js'; // import { FindOptions, Op } from 'sequelize'; |