UNPKG

kbotify

Version:

kaiheila bot framework

6 lines (5 loc) 229 B
import { GuildChannel } from './guild'; import { PrivateChannel } from './private'; export { GuildChannel } from './guild'; export { PrivateChannel } from './private'; export declare type Channel = GuildChannel | PrivateChannel;