mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +00:00
Explicitly mention discord.Object in abc.Snowflake documentation.
This commit is contained in:
parent
f513d831d1
commit
87c2508199
@ -51,6 +51,9 @@ class Snowflake(metaclass=abc.ABCMeta):
|
||||
Almost all :ref:`Discord models <discord_api_models>` meet this
|
||||
abstract base class.
|
||||
|
||||
If you want to create a snowflake on your own, consider using
|
||||
:class:`Object`.
|
||||
|
||||
Attributes
|
||||
-----------
|
||||
id: :class:`int`
|
||||
|
Loading…
x
Reference in New Issue
Block a user