🚧 Disable audits interaction migration to Prisma
This commit is contained in:
parent
1f18e42328
commit
7281a4e53b
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ import {
|
|||
} from "discord.js";
|
||||
import { IEventOptions } from "../../../interfaces/EventOptions";
|
||||
import logger from "../../../middlewares/logger";
|
||||
import audits from "./audits";
|
||||
// Dependencies
|
||||
import { handleCommandInteraction as HandlersHandleCommandInteraction } from "./handlers";
|
||||
|
||||
|
@ -22,7 +21,7 @@ export const execute = async (interaction: BaseInteraction) => {
|
|||
`New interaction: ${id} in guild: ${guild?.name} (${guild?.id})`
|
||||
);
|
||||
|
||||
await audits.execute(interaction);
|
||||
// await audits.execute(interaction);
|
||||
|
||||
switch (interaction.type) {
|
||||
case InteractionType.ApplicationCommand:
|
||||
|
|
Loading…
Add table
Reference in a new issue