@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.
6 lines • 319 B
TypeScript
import { SharedSlashCommand } from 'discord.js';
export declare function Command(builder: SharedSlashCommand): ClassDecorator;
export declare function ContextMenu(): ClassDecorator;
export declare function Event(): ClassDecorator;
export declare function Handler(): ClassDecorator;
//# sourceMappingURL=command.d.ts.map