We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d6d53 commit f74a912Copy full SHA for f74a912
discord/enums.py
@@ -269,8 +269,8 @@ def __int__(self):
269
270
271
class TimestampStyle(Enum):
272
-
273
- """The Style to use in :meth:`discord.utils.styled_timestamp`
+ """
+ The Style to use in :meth:`discord.utils.styled_timestamp`
274
275
See Also: `The Discord-API-Documentation <https://discord.com/developers/docs/reference#message-formating-timestamp-styles>`_
276
"""
@@ -284,6 +284,7 @@ class TimestampStyle(Enum):
284
relative = 'R'
285
286
def __repr__(self):
287
+ """Represents the :class:`TimestampStyle`"""
288
return getattr(self, 'name')
289
290
def __str__(self):
0 commit comments