Skip to content

Commit

Permalink
[WarnSystem] Rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
laggron42 committed Aug 14, 2020
1 parent 025f5ab commit bbf0b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions warnsystem/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -912,8 +912,8 @@ async def warn_member(member: Union[discord.Member, UnavailableMember], audit_re
# check if the member is below the bot in the roles's hierarchy
return errors.MemberTooHigh(
_(
"Cannot take actions on this member, he is "
"above than me in the roles hierarchy. Modify "
"Cannot take actions on this member, they are "
"above me in the roles hierarchy. Modify "
"the hierarchy so my top role ({bot_role}) is above {member_role}."
).format(bot_role=guild.me.top_role.name, member_role=member.top_role.name)
)
Expand Down

0 comments on commit bbf0b38

Please sign in to comment.