mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 09:20:08 +00:00
remove(types): no dots in jsdoc comments
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user