forgescript
Version:
ForgeScript is a comprehensive package that empowers you to effortlessly interact with Discord's API. It ensures scripting remains easy to learn and consistently effective.
12 lines • 352 B
TypeScript
import { ChannelType } from "discord.js";
import { ArgType, NativeFunction } from "../structures";
declare const _default: NativeFunction<[{
name: string;
description: string;
rest: true;
required: true;
enum: typeof ChannelType;
type: ArgType.Enum;
}], true>;
export default _default;
//# sourceMappingURL=channelCount.d.ts.map