diff --git a/packages/core/src/api/channel.ts b/packages/core/src/api/channel.ts index a89a06c75..db361fdc3 100644 --- a/packages/core/src/api/channel.ts +++ b/packages/core/src/api/channel.ts @@ -3,7 +3,6 @@ import { makeURLSearchParams, type RawFile, type RequestData, type REST } from '@discordjs/rest'; import { Routes, - type APIThreadChannel, type RESTDeleteAPIChannelResult, type RESTGetAPIChannelInvitesResult, type RESTGetAPIChannelMessageReactionUsersQuery, @@ -490,7 +489,7 @@ export class ChannelsAPI { body, reason, signal, - }) as Promise; + }) as Promise; } /**