fix doc url

This commit is contained in:
Nicolas 2024-11-10 20:50:15 -03:00
parent 1338cc3a9c
commit 743f7d2844

View File

@ -4288,7 +4288,7 @@ pub const MessageReactionRemove = struct {
type: ReactionType, type: ReactionType,
}; };
/// https://discord.com/developers/docs/topics/gateway#message-reaction-add /// https://discord.com/developers/docs/events/gateway-events#message-reaction-add
pub const MessageReactionAdd = struct { pub const MessageReactionAdd = struct {
/// The id of the user /// The id of the user
user_id: Snowflake, user_id: Snowflake,
@ -4441,7 +4441,7 @@ pub const UnavailableGuild = struct {
id: Snowflake, id: Snowflake,
}; };
/// https://discord.com/developers/docs/topics/gateway#message-delete-bulk /// https://discord.com/developers/docs/events/gateway-events#message-delete-bulk
pub const MessageDeleteBulk = struct { pub const MessageDeleteBulk = struct {
/// The ids of the messages /// The ids of the messages
ids: []Snowflake, ids: []Snowflake,
@ -4510,7 +4510,7 @@ pub const GuildMemberAdd = struct {
guild_id: Snowflake, guild_id: Snowflake,
}; };
/// https://discord.com/developers/docs/topics/gateway#message-delete /// https://discord.com/developers/docs/events/gateway-events#message-delete
pub const MessageDelete = struct { pub const MessageDelete = struct {
/// The id of the message /// The id of the message
id: Snowflake, id: Snowflake,