🚧 Disable audits interaction migration to Prisma

This commit is contained in:
Axel Olausson Holtenäs 2022-10-19 21:03:26 +02:00
parent 1f18e42328
commit 7281a4e53b

View file

@ -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: