Skip to content

Commit

Permalink
Clear up some events' documentation wording (#1974)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlnrDev committed Jan 10, 2022
1 parent 4b13f34 commit 4ea8e88
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Expand Up @@ -24,7 +24,7 @@
/**
* Indicates that a {@link net.dv8tion.jda.api.entities.User User} was banned from a {@link net.dv8tion.jda.api.entities.Guild Guild}.
*
* <p>Can be used to retrieve the user who was banned (if available) and triggering guild.
* <p>Can be used to retrieve the user who was banned (if available) and the triggering guild.
* <br><b>Note</b>: This does not directly indicate that a Member is removed from the Guild!
*
* @see net.dv8tion.jda.api.events.guild.member.GuildMemberRemoveEvent GuildMemberRemoveEvent
Expand Down
Expand Up @@ -25,7 +25,7 @@
/**
* Indicates that a {@link net.dv8tion.jda.api.entities.Member Member} updated their {@link net.dv8tion.jda.api.entities.Guild Guild} avatar.
*
* <p>Can be used to retrieve members who change their per guild avatar, triggering guild, the old avatar id and the new avatar id.
* <p>Can be used to retrieve members who change their per guild avatar, the triggering guild, the old avatar id and the new avatar id.
*
* <p>Identifier: {@code avatar}
*
Expand Down
Expand Up @@ -27,7 +27,7 @@
* Indicates that a {@link net.dv8tion.jda.api.entities.Member Member} updated their {@link net.dv8tion.jda.api.entities.Guild Guild} boost time.
* <br>This happens when a member started or stopped boosting a guild.
*
* <p>Can be used to retrieve members who boosted, triggering guild.
* <p>Can be used to retrieve members who boosted and the triggering guild.
*
* <p>Identifier: {@code boost_time}
*
Expand Down
Expand Up @@ -25,7 +25,7 @@
/**
* Indicates that a {@link net.dv8tion.jda.api.entities.Member Member} updated their {@link net.dv8tion.jda.api.entities.Guild Guild} nickname.
*
* <p>Can be used to retrieve members who change their nickname, triggering guild, the old nick and the new nick.
* <p>Can be used to retrieve members who change their nickname, the triggering guild, the old nick and the new nick.
*
* <p>Identifier: {@code nick}
*
Expand Down
Expand Up @@ -25,7 +25,7 @@
/**
* Indicates that a {@link Member Member} has agreed to Membership Screening requirements.
*
* <p>Can be used to retrieve members who have agreed to Membership Screening requirements.
* <p>Can be used to retrieve members who have agreed to Membership Screening requirements and the triggering guild.
*
* <p>Identifier: {@code pending}
*
Expand Down

0 comments on commit 4ea8e88

Please sign in to comment.