mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
style: ESLint
This commit is contained in:
@@ -22,10 +22,11 @@ import {
|
||||
export type CreateWebhookMessageOptions = RESTPostAPIWebhookWithTokenJSONBody &
|
||||
RESTPostAPIWebhookWithTokenQuery & { files?: RawFile[] };
|
||||
|
||||
export type EditWebhookMessageOptions = RESTPatchAPIWebhookWithTokenMessageJSONBody & RESTPatchAPIWebhookWithTokenMessageQuery & {
|
||||
files?: RawFile[];
|
||||
thread_id?: string;
|
||||
};
|
||||
export type EditWebhookMessageOptions = RESTPatchAPIWebhookWithTokenMessageJSONBody &
|
||||
RESTPatchAPIWebhookWithTokenMessageQuery & {
|
||||
files?: RawFile[];
|
||||
thread_id?: string;
|
||||
};
|
||||
|
||||
export class WebhooksAPI {
|
||||
public constructor(private readonly rest: REST) {}
|
||||
|
||||
Reference in New Issue
Block a user