diff options
| author | Rapptz <[email protected]> | 2017-05-07 12:05:10 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-07 12:09:28 -0400 |
| commit | 140be3e4c8aa4000df7bb351230cb6d5556a9bbb (patch) | |
| tree | 06968dc61fa2ab8039c60bf15079a2702dab97c5 /docs | |
| parent | Skip None action types when iterating. (diff) | |
| download | discord.py-140be3e4c8aa4000df7bb351230cb6d5556a9bbb.tar.xz discord.py-140be3e4c8aa4000df7bb351230cb6d5556a9bbb.zip | |
Make AuditLogDiff.roles an empty list instead of None.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst index 255a20b9..dfcfe461 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1380,7 +1380,7 @@ this goal, it must make use of a couple of data classes that aid in this goal. *List[Union[:class:`Role`, :class:`Object`]]* – A list of roles being added or removed from a member. - If a role is not found then it is a :class:`Object` with the ID being + If a role is not found then it is a :class:`Object` with the ID and name being filled in. .. attribute:: nick |