@tryforge/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.
36 lines • 835 B
TypeScript
import { BaseChannel, ChannelType } from "discord.js";
import { ArgType, NativeFunction } from "../../structures";
declare const _default: NativeFunction<[{
name: string;
description: string;
rest: false;
required: true;
type: ArgType.Guild;
}, {
name: string;
description: string;
rest: false;
required: true;
type: ArgType.String;
}, {
name: string;
description: string;
rest: false;
type: ArgType.Enum;
enum: typeof ChannelType;
required: true;
}, {
name: string;
description: string;
rest: false;
type: ArgType.String;
}, {
name: string;
description: string;
rest: false;
type: ArgType.Channel;
check: (i: BaseChannel) => boolean;
pointer: number;
}], true>;
export default _default;
//# sourceMappingURL=createChannel.d.ts.map