UNPKG

@ayanaware/bentocord

Version:

Bentocord is a Bento plugin designed to rapidly build fully functional Discord Bots.

12 lines (11 loc) 276 B
export declare enum PermissionScopeType { MEMBER_CHANNEL = "memberChannel", ROLE_CHANNEL = "roleChannel", MEMBER = "member", ROLE = "role", CHANNEL = "channel" } export interface PermissionScope<T = PermissionScopeType> { type: T; scope: string; }