From a594211dfd064f6a240d3ea8dace52f8208a9ab5 Mon Sep 17 00:00:00 2001 From: ITOH <72305210+itohatweb@users.noreply.github.com> Date: Sat, 1 May 2021 13:04:27 +0100 Subject: [PATCH] remove(types): no dots in jsdoc comments --- src/types/webhooks/edit_webhook_message.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/webhooks/edit_webhook_message.ts b/src/types/webhooks/edit_webhook_message.ts index 7cb6f2940..4076c5cb8 100644 --- a/src/types/webhooks/edit_webhook_message.ts +++ b/src/types/webhooks/edit_webhook_message.ts @@ -13,6 +13,6 @@ export interface EditWebhookMessage { file: FileContent | FileContent[]; /** Allowed mentions for the message */ allowedMentions?: AllowedMentions | null; - /** Attached files to keep. */ + /** Attached files to keep */ attachments?: Attachment | null; }