Skip to content

Commit

Permalink
Use thread.created_at to determine thread creation
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Sep 4, 2023
1 parent 667d3d6 commit 4feedd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metricity/exts/event_listeners/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def insert_thread(thread: discord.Thread, sess: AsyncSession) -> None:
auto_archive_duration=thread.auto_archive_duration,
locked=thread.locked,
type=thread.type.name,
created_at=thread.created_at,
))


Expand Down

0 comments on commit 4feedd0

Please sign in to comment.