UNPKG

@ayanaware/bentocord

Version:

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

7 lines (6 loc) 278 B
import type { Entity, InstanceType } from '@ayanaware/bento'; import type { CommandManager } from '../../CommandManager'; import type { Suppressor } from '../Suppressor'; export interface SuppressorEntity extends Entity, Suppressor { parent: InstanceType<CommandManager>; }