mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
style: ESLint
This commit is contained in:
@@ -22,7 +22,8 @@ import {
|
||||
export type CreateWebhookMessageOptions = RESTPostAPIWebhookWithTokenJSONBody &
|
||||
RESTPostAPIWebhookWithTokenQuery & { files?: RawFile[] };
|
||||
|
||||
export type EditWebhookMessageOptions = RESTPatchAPIWebhookWithTokenMessageJSONBody & RESTPatchAPIWebhookWithTokenMessageQuery & {
|
||||
export type EditWebhookMessageOptions = RESTPatchAPIWebhookWithTokenMessageJSONBody &
|
||||
RESTPatchAPIWebhookWithTokenMessageQuery & {
|
||||
files?: RawFile[];
|
||||
thread_id?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user