Add Discord timestamp converter and transformer

This commit is contained in:
Alex Nørgaard
2026-02-22 22:13:10 -05:00
committed by GitHub
parent fd5a218d7c
commit 8bad09e1d8
6 changed files with 95 additions and 1 deletions
+5
View File
@@ -536,6 +536,11 @@ Converters
.. autoclass:: discord.ext.commands.SoundboardSoundConverter
:members:
.. attributetable:: discord.ext.commands.Timestamp
.. autoclass:: discord.ext.commands.Timestamp
:members:
.. attributetable:: discord.ext.commands.clean_content
.. autoclass:: discord.ext.commands.clean_content
+8
View File
@@ -1169,6 +1169,14 @@ Range
.. autoclass:: discord.app_commands.Range
:members:
Timestamp
++++++++++
.. attributetable:: discord.app_commands.Timestamp
.. autoclass:: discord.app_commands.Timestamp
:members:
Translations
~~~~~~~~~~~~~