chore: eslint

This commit is contained in:
Elysia
2025-03-10 12:33:39 +07:00
parent 00f2973e83
commit 0468d76610
3 changed files with 5 additions and 5 deletions

2
typings/index.d.ts vendored
View File

@@ -4822,7 +4822,7 @@ export interface TextBasedChannelFields extends PartialTextBasedChannelFields {
setRateLimitPerUser(rateLimitPerUser: number, reason?: string): Promise<this>;
setNSFW(nsfw?: boolean, reason?: string): Promise<this>;
fetchWebhooks(): Promise<Collection<Snowflake, Webhook>>;
sendTyping(): Promise<{ message_send_cooldown_ms: number; thread_create_cooldown_ms: number } | void>;
sendTyping(): Promise<{ message_send_cooldown_ms: number; thread_create_cooldown_ms: number } | undefined>;
sendSlash(target: UserResolvable, commandName: string, ...args: any[]): Promise<Message | Modal>;
}