UNPKG

discord.js-buttons

Version:
6 lines (5 loc) 192 B
/// <reference types="discord.js" /> export = TextChannel; declare const TextChannel_base: typeof import("discord.js").TextChannel; declare class TextChannel extends TextChannel_base { }