Skip to content

Commit c297139

Browse files
authored
docs(quickstart): remove extra quote in example (#642)
1 parent 63656b7 commit c297139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ implementation of a component:
274274
async def button_test(ctx):
275275
await ctx.send("testing", components=button)
276276
277-
@bot.component("hello"")
277+
@bot.component("hello")
278278
async def button_response(ctx):
279279
await ctx.send("You clicked the Button :O", ephemeral=True)
280280

0 commit comments

Comments
 (0)