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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -835,7 +835,7 @@ Members
.. function:: on_member_ban(guild, user) .. 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. This requires :attr:`Intents.moderation` to be enabled.