diff options
| author | Peter Delevoryas <[email protected]> | 2021-02-06 02:42:22 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-06 05:42:22 -0500 |
| commit | af6725694916c14187270d6dbc84a8fd8661a8bc (patch) | |
| tree | 7b242f4565e635128137d1873ec881782814a640 /docs | |
| parent | Some grammar nits (diff) | |
| download | discord.py-af6725694916c14187270d6dbc84a8fd8661a8bc.tar.xz discord.py-af6725694916c14187270d6dbc84a8fd8661a8bc.zip | |
Ensure Message.call is None by default
`Message` has an attribute `call` which is claimed to have type
`Optional[CallMessage]`.
But `Message` doesn't actually ensure that `call` is initialized to a value in
`__init__`. This commit fixes that inconsistency.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions