Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Next we'll go over the alternative, a global event handler. This works just the

@bot.event
async def on_component(ctx: ComponentContext):
await button_ctx.edit_origin(content="You pressed a button!")
await ctx.edit_origin(content="You pressed a button!")

But [writer], I dont want to edit the message
*********************************************
Expand Down