Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HunteRoi authored Nov 15, 2022
1 parent 774c521 commit 92eb5f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
A framework to integrate a verification system with your Discord guild built with DiscordJS.

- Integrates SendGrid by default
- Emits events like `codeCreate`, `userCreate`, `senderCall` and **3 more**!
- Emits events like `codeCreate`, `userCreate`, `senderCall` and **4 more**!
- And much more!

![IMAGE](./assets/example.gif)
Expand Down Expand Up @@ -105,6 +105,7 @@ manager.on(
);
manager.on(VerificationManagerEvents.userCreate, (user) => {});
manager.on(VerificationManagerEvents.userAwait, (user) => {});
manager.on(VerificationManagerEvents.userActive, (user) => {});
manager.on(VerificationManager.senderCall, () => {});
manager.on(VerificationManagerEvents.storingSystemCall, () => {});
```
Expand Down

0 comments on commit 92eb5f2

Please sign in to comment.