Browse Source

Fix small typo in documentation

pull/10109/head
dolfies 2 years ago
parent
commit
01515d3178
  1. 2
      discord/application.py

2
discord/application.py

@ -1373,7 +1373,7 @@ class ApplicationBranch(Hashable):
.. note::
This may be innacurate for the master branch if the data is not provided,
This may be inaccurate for the master branch if the data is not provided,
as the ID is shared with the application ID.
"""
return utils.parse_time(self._created_at) if self._created_at else utils.snowflake_time(self.id)

Loading…
Cancel
Save