blob: 0c8bc6be83f4650824eee9dd80193fa9acd64cb5 [file] [log] [blame]
import { command } from "../../utils/commandRegistration/slashCommandBuilder.js";
const name = "user";
const description = "Commands for user info";
const subcommand = await command(name, description, `user`);
export { name, description, subcommand as command };