UNPKG

@sodacore/discord

Version:

Sodacore Discord is a plugin that offers Discord SSO/OAuth2 support and the ability to create bots in a similar controller pattern.

9 lines 849 B
export declare function Interaction(): (target: any, key: string | symbol, index: number) => void; export declare function User(): (target: any, key: string | symbol, index: number) => void; export declare function Guild(): (target: any, key: string | symbol, index: number) => void; export declare function Channel(): (target: any, key: string | symbol, index: number) => void; export declare function Client(): (target: any, key: string | symbol, index: number) => void; export declare function Query(): (target: any, key: string | symbol, index: number) => void; export declare function Option(name: string, sendAll?: boolean): (target: any, propertyKey: string | symbol, index: number) => void; export declare function Field(name: string): (target: any, propertyKey: string | symbol, index: number) => void; //# sourceMappingURL=context.d.ts.map