Separate MoreKaomoji Commands

This commit is contained in:
thororen1234 2024-10-31 04:49:26 -04:00
parent 1d5d309a97
commit fe5a18b429
3 changed files with 110 additions and 21 deletions

View file

@ -23,7 +23,6 @@ import { normalize as posixNormalize, sep as posixSep } from "path/posix";
import { BigIntLiteral, createSourceFile, Identifier, isArrayLiteralExpression, isCallExpression, isExportAssignment, isIdentifier, isObjectLiteralExpression, isPropertyAccessExpression, isPropertyAssignment, isSatisfiesExpression, isStringLiteral, isVariableStatement, NamedDeclaration, NodeArray, ObjectLiteralExpression, PropertyAssignment, ScriptTarget, StringLiteral, SyntaxKind } from "typescript";
import { getPluginTarget } from "./utils.mjs";
import { ApplicationCommandOptionType } from "@api/Commands";
interface Dev {
name: string;