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.

8 lines 518 B
export declare function Command(): MethodDecorator; export declare function SubCommand(subCommand: string): MethodDecorator; export declare function Button(uniqueId: string): MethodDecorator; export declare function SelectMenu(uniqueId: string): MethodDecorator; export declare function Event(event: string): MethodDecorator; export declare function Autocomplete(name: string, subCommand?: string): MethodDecorator; export declare function ModalSubmit(unique: string): MethodDecorator; //# sourceMappingURL=on.d.ts.map