@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.
10 lines • 386 B
TypeScript
import { ArgType, NativeFunction } from "../../structures";
declare const _default: NativeFunction<[import("../../structures").IArg<ArgType.Guild, true, false, import("../../structures").EnumLike>, {
name: string;
description: string;
required: true;
rest: false;
type: ArgType.String;
}], true>;
export default _default;
//# sourceMappingURL=guildChannelID.d.ts.map