UNPKG

@ayanaware/bentocord

Version:

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

3 lines (2 loc) 129 B
import { TextableChannel } from 'eris'; export declare function IsTextableChannel(channel: unknown): channel is TextableChannel;