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