Skip to content

Commit a73f9a6

Browse files
Update discord/interactions.py
Co-authored-by: UK <[email protected]> Signed-off-by: Lumouille <[email protected]>
1 parent a3a20b3 commit a73f9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/interactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def guild(self) -> Guild | None:
303303

304304
@property
305305
def created_at(self) -> datetime.datetime:
306-
"""The partial message's creation time in UTC."""
306+
"""Returns the interaction's creation time in UTC."""
307307
return utils.snowflake_time(self.id)
308308

309309
def is_command(self) -> bool:

0 commit comments

Comments
 (0)