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 415 B
import { ArgType, NativeFunction } from "../structures"; declare const _default: NativeFunction<[{ name: string; rest: false; required: true; type: ArgType.Guild; description: string; }, { name: string; rest: false; required: true; type: ArgType.GuildSticker; pointer: number; description: string; }], true>; export default _default; //# sourceMappingURL=sticker.d.ts.map