UNPKG

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.

17 lines 460 B
import { BaseChannel } from "discord.js"; import { ArgType, NativeFunction } from "../structures"; declare const _default: NativeFunction<[{ name: string; description: string; rest: false; check: (i: BaseChannel) => boolean; type: ArgType.Channel; required: true; }, { name: string; description: string; rest: false; type: ArgType.Boolean; }], true>; export default _default; //# sourceMappingURL=setChannelNSFW.d.ts.map