import { Client } from "discord.js"; export const client = new Client({ intents: [], allowedMentions: { parse: [], repliedUser: true, }, });