Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hypergonial committed Dec 31, 2023
1 parent 03d4cb5 commit 7b0fb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/context/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ async def edit_initial_response(
role_mentions: hikari.UndefinedOr[hikari.SnowflakeishSequence[hikari.PartialRole] | bool] = hikari.UNDEFINED,
) -> InteractionResponse:
"""A short-hand method to edit the initial response belonging to this interaction. If you want to edit a followup,
you should use the `edit()`[arc.context.base.InteractionResponse.edit] method of the returned
you should use the [`edit()`][arc.context.base.InteractionResponse.edit] method of the returned
[`InteractionResponse`][arc.context.base.InteractionResponse] response object instead.
Parameters
Expand Down

0 comments on commit 7b0fb82

Please sign in to comment.