Skip to content

Commit

Permalink
docs(quickstart): remove extra quote in example (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivrm committed Mar 14, 2022
1 parent 63656b7 commit c297139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Expand Up @@ -274,7 +274,7 @@ implementation of a component:
async def button_test(ctx):
await ctx.send("testing", components=button)
@bot.component("hello"")
@bot.component("hello")
async def button_response(ctx):
await ctx.send("You clicked the Button :O", ephemeral=True)
Expand Down

0 comments on commit c297139

Please sign in to comment.