Skip to content

Commit 353c417

Browse files
authored
fix: correct link for wait_for_components (#1610)
Fixes #1595
1 parent 7bdbbab commit 353c417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/Guides/05 Components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ When responding to a component you need to satisfy Discord either by responding
193193

194194
You can also use this to check for a normal message instead of a component interaction.
195195

196-
For more information, please visit the API reference [here](/interactions.py/API Reference/API Reference/client/#interactions.client.client.Client.wait_for_component).
196+
For more information, please visit the API reference [here](/interactions.py/API Reference/API Reference/Client/#interactions.client.Client.wait_for_component).
197197

198198

199199
=== ":two: Persistent Callback: `@listen()`"

0 commit comments

Comments
 (0)