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

Commit 6bc33b3

Browse files
committed
feat: context error
1 parent a24f404 commit 6bc33b3

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._get_components_json(components), **options}
144+
data = {**self.bot._get_components_json(components), **options}
145145

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

0 commit comments

Comments
 (0)