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 • 365 B
TypeScript
import { BaseChannel } from "discord.js";
import { ArgType, NativeFunction } from "../structures";
declare const _default: NativeFunction<[{
name: string;
description: string;
required: true;
rest: false;
type: ArgType.Channel;
check: (i: BaseChannel) => boolean;
}], true>;
export default _default;
//# sourceMappingURL=startTyping.d.ts.map