mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
fix: remove GuildChannel fallback, and remove GuildChannel as extendable (#3165)
* remake pr * typings
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -1735,7 +1735,6 @@ declare module 'discord.js' {
|
||||
TextChannel: typeof TextChannel;
|
||||
VoiceChannel: typeof VoiceChannel;
|
||||
CategoryChannel: typeof CategoryChannel;
|
||||
GuildChannel: typeof GuildChannel;
|
||||
GuildMember: typeof GuildMember;
|
||||
Guild: typeof Guild;
|
||||
Message: typeof Message;
|
||||
|
||||
Reference in New Issue
Block a user