From 43dadce8b744a43b86cc3febba1046d714cdafcb Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 27 Oct 2021 17:23:36 -0400 Subject: fix breaking changes --- src/lib/extensions/discord-akairo/BushClient.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/extensions/discord-akairo') diff --git a/src/lib/extensions/discord-akairo/BushClient.ts b/src/lib/extensions/discord-akairo/BushClient.ts index 4954d8e..c5d05b7 100644 --- a/src/lib/extensions/discord-akairo/BushClient.ts +++ b/src/lib/extensions/discord-akairo/BushClient.ts @@ -97,6 +97,7 @@ export type BushApplicationCommandResolvable = BushApplicationCommand | Snowflak export type BushGuildTextChannelResolvable = BushTextChannel | BushNewsChannel | Snowflake; export type BushChannelResolvable = BushChannel | Snowflake; export type BushTextBasedChannels = PartialDMChannel | BushDMChannel | BushTextChannel | BushNewsChannel | BushThreadChannel; +export type BushGuildTextBasedChannel = Exclude; export interface BushFetchedThreads { threads: Collection; hasMore?: boolean; -- cgit