chore: release v2.8.9
This commit is contained in:
5
typings/index.d.ts
vendored
5
typings/index.d.ts
vendored
@@ -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>;
|
||||
|
Reference in New Issue
Block a user