Add an 'a' where it is missing in on_member_ban

This commit is contained in:
dank
2023-10-18 01:20:08 +01:00
committed by GitHub
parent e1aa6cc264
commit 5eb2f30405

View File

@ -835,7 +835,7 @@ Members
.. function:: on_member_ban(guild, user)
Called when user gets banned from a :class:`Guild`.
Called when a user gets banned from a :class:`Guild`.
This requires :attr:`Intents.moderation` to be enabled.