Browse Source
Add an 'a' where it is missing in on_member_ban
pull/9618/head
dank
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/api.rst
|
|
@ -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. |
|
|
|
|
|
|
|