File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ pub struct GuildStickersUpdateEvent {
384384 pub guild_id : GuildId ,
385385}
386386
387- /// Requires [`GatewayIntents::GUILD_INVITES`] and [`Permissions::MANAGE_CHANNELS´ ] permission.
387+ /// Requires [`GatewayIntents::GUILD_INVITES`] and [`Permissions::MANAGE_CHANNELS` ] permission.
388388///
389389/// [Discord docs](https://discord.com/developers/docs/topics/gateway-events#invite-create).
390390#[ cfg_attr( feature = "typesize" , derive( typesize:: derive:: TypeSize ) ) ]
@@ -418,7 +418,7 @@ pub struct InviteCreateEvent {
418418 pub uses : u64 ,
419419}
420420
421- /// Requires [`GatewayIntents::GUILD_INVITES`] and [`Permissions::MANAGE_CHANNELS´ ] permission.
421+ /// Requires [`GatewayIntents::GUILD_INVITES`] and [`Permissions::MANAGE_CHANNELS` ] permission.
422422///
423423/// [Discord docs](https://discord.com/developers/docs/topics/gateway-events#invite-delete).
424424#[ cfg_attr( feature = "typesize" , derive( typesize:: derive:: TypeSize ) ) ]
You can’t perform that action at this time.
0 commit comments