Skip to content

Commit

Permalink
[V3 Docs] Fixed the string
Browse files Browse the repository at this point in the history
  • Loading branch information
laggron42 committed May 23, 2018
1 parent 7770a7f commit e277d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/instantcommands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ It can be a command (you will need to add the ``commands`` decorator) or a liste
async def on_reaction_add(reaction, user):
await reaction.message.add_reaction('')
await message.channel.send('Here's some love for ' + user.mention)
await message.channel.send("Here's some love for " + user.mention)

0 comments on commit e277d22

Please sign in to comment.