mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix(types): structure typo in discord docs link (#5245)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user