mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-11 07:33:05 -04:00
Separate MoreKaomoji Commands
This commit is contained in:
parent
1d5d309a97
commit
fe5a18b429
3 changed files with 110 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue