fix(types): structure typo in discord docs link (#5245)

This commit is contained in:
Awesome Stickz
2026-08-01 08:32:19 +02:00
committed by GitHub
parent 9b55419952
commit 4c9522f14d
+1 -1
View File
@@ -604,7 +604,7 @@ export interface DiscordRoleSubscriptionData {
is_renewal: boolean; is_renewal: boolean;
} }
/** https://docs.discord.com/developers/resources/message#message-pin-object-message-pin-object-struture */ /** https://docs.discord.com/developers/resources/message#message-pin-object-message-pin-object-structure */
export interface DiscordMessagePin { export interface DiscordMessagePin {
/** the time the message was pinned */ /** the time the message was pinned */
pinned_at: string; pinned_at: string;