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 544 B
import type { IAuthFunctionGuildMember, IAuthFunctionUser } from '../types'; export declare function HasRole(roleId: string): MethodDecorator; export declare function HasRoles(roleIds: string[]): MethodDecorator; export declare function UserCustom(callback: IAuthFunctionUser): MethodDecorator; export declare function GuildMemberCustom(callback: IAuthFunctionGuildMember): MethodDecorator; export declare function IsDirectMessage(): MethodDecorator; export declare function IsGuildMessage(): MethodDecorator; //# sourceMappingURL=auth.d.ts.map