UNPKG

@ayanaware/bentocord

Version:

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

7 lines (6 loc) 131 B
export interface MessageLocation { userId: string; channelId: string; guildId?: string; roleIds?: Array<string>; }