UNPKG

@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.

6 lines 223 B
import { Context } from "../structures"; export declare function parseSingleEmoji(ctx: Context, str: string | null): { id: string | null; name: string | null; } | null; //# sourceMappingURL=parseSingleEmoji.d.ts.map