Skip to content

Commit 2ebf39e

Browse files
committed
Merge branch 'dmid-fix' of git://github.com/scragly/modmail into scragly-dmid-fix
2 parents e42546a + d24501b commit 2ebf39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def _format_info_embed(self, user, log_url, log_count, color):
301301
# embed.add_field(name='Registered', value=created + days(created))
302302

303303
if user.dm_channel:
304-
footer = f"User ID: {user.id} • DM ID: {user.dm_channel}"
304+
footer = f"User ID: {user.id} • DM ID: {user.dm_channel.id}"
305305
else:
306306
footer = f"User ID: {user.id}"
307307

0 commit comments

Comments
 (0)