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

Commit 078c54d

Browse files
committed
chore: upgrade version to 0.5.2.1
1 parent 8397a08 commit 078c54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_components/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ async def respond(
141141
return
142142

143143
state = self.bot._get_state()
144-
data = {**self.bot._get_components_json(components), **options}
144+
data = {**self.client._get_components_json(components), **options}
145145

146146
if content:
147147
data["content"] = content

0 commit comments

Comments
 (0)