import { command } from "../../command";

command(
  "__na:me__",
  {
    description: "Description for __na me__",
  },
  () => {
    // Write your script here
  },
);
