Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Commit

Permalink
ugh, template code bug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bdistin committed Oct 12, 2017
1 parent de92f50 commit d7d591b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/RichDisplay.md
Expand Up @@ -94,5 +94,5 @@ To handle whether or not a user should trigger an action when interacting with t
A simple example for this would be a filter that only allows the user who executes the command to interact with it:

```javascript
display.run(msg.send('Loading slideshow...'), { filter: (reaction, user) => user === msg.author });
display.run(await msg.send('Loading slideshow...'), { filter: (reaction, user) => user === msg.author });
```

0 comments on commit d7d591b

Please sign in to comment.