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 f74a912 commit fb1b899Copy full SHA for fb1b899
discord/enums.py
@@ -270,7 +270,7 @@ def __int__(self):
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,7 +284,7 @@ class TimestampStyle(Enum):
284
relative = 'R'
285
286
def __repr__(self):
287
- """Represents the :class:`TimestampStyle`"""
+ """Represents the :class:`TimestampStyle`."""
288
return getattr(self, 'name')
289
290
def __str__(self):
0 commit comments