1
0
mirror of https://github.com/Rapptz/discord.py.git synced 2025-05-09 15:29:57 +00:00

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

@ -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.