UNPKG
discord.js-buttonz
Version:
latest (1.0.0)
1.0.0
Discord.js Buttons
github.com/hunterrockmedya/discordjs-button
discord.js-buttonz
/
typings
/
Classes
/
TextChannel.d.ts
6 lines
(5 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="discord.js" />
export
=
TextChannel
;
declare
const
TextChannel
_base
:
typeof
import
(
"discord.js"
).
TextChannel
;
declare
class
TextChannel
extends
TextChannel_base
{ }