chore: release v2.8.9

This commit is contained in:
March 7th
2022-10-30 19:29:30 +07:00
parent a6459f2c14
commit 0342a0c426
3 changed files with 3 additions and 6 deletions

5
typings/index.d.ts vendored
View File

@@ -4131,10 +4131,7 @@ export interface TextBasedChannelFields extends PartialTextBasedChannelFields {
fetchWebhooks(): Promise<Collection<Snowflake, Webhook>>;
sendTyping(): Promise<void>;
sendSlash(bot: UserResolvable, commandName: string, ...args: any): Promise<InteractionResponse>;
searchInteraction(
applicationId: ApplicationCommandTypes,
type?: ApplicationCommandTypes,
): Promise<Object>;
searchInteraction(applicationId: ApplicationCommandTypes, type?: ApplicationCommandTypes): Promise<object>;
}
export function PartialWebhookMixin<T>(Base?: Constructable<T>): Constructable<T & PartialWebhookFields>;