Skip to content
This repository was archived by the owner on Dec 18, 2021. It is now read-only.

Commit e57d357

Browse files
committed
fix: dm not found
1 parent d4aa7df commit e57d357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord_components/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ async def send_component_msg(
134134
If this is 2-dimensional array, an array is a line
135135
"""
136136
state = self.bot._get_state()
137+
channel = await channel._get_channel()
137138

138139
if embed:
139140
embed = embed.to_dict()

0 commit comments

Comments
 (0)